Networking Using Combine Framework

preview_player
Показать описание
In this video, Mohammad Azam will demonstrate how to use Apple's new Reactive Framework called Combine to perform and consume a Web API.

If you want to support my work then please consider buying one of my courses below. The links below already has coupon attached which will give you the best deal possible. Thank you for your support!

SwiftUI - Declarative Interfaces for any Apple Device

Mastering RxSwift in iOS

MVVM Design Pattern Using Swift in iOS

Mastering ARKit for iOS

Intermediate and Advanced iOS - Build Real World Apps

The Complete Guide to JSON Parsing in Swift

Data Structures and Algorithms in Swift

Design Patterns in iOS Using Swift

Mastering MapKit for iOS

Machine Learning in iOS Using Swift

Mastering Firebase for iOS Using Swift

Mastering Server Side Swift Using Vapor 3

NodeJS - The Complete Developer Bootcamp

The Complete Guide to Lean Controllers in iOS
If you want to support my work then please consider buying one of my courses below. The links below already has coupon attached which will give you the best deal possible. Thank you for your support!

SwiftUI - Declarative Interfaces for any Apple Device

Mastering RxSwift in iOS

MVVM Design Pattern Using Swift in iOS

Mastering ARKit for iOS

Intermediate and Advanced iOS - Build Real World Apps

The Complete Guide to JSON Parsing in Swift

Data Structures and Algorithms in Swift

Design Patterns in iOS Using Swift

Mastering MapKit for iOS

Machine Learning in iOS Using Swift

Mastering Firebase for iOS Using Swift

Mastering Server Side Swift Using Vapor 3

NodeJS - The Complete Developer Bootcamp

The Complete Guide to Lean Controllers in iOS
Рекомендации по теме
Комментарии
Автор

Thanks @azamSharp. how do we handle the error codes from the network calls. How do we pass it in the AnyPublisher Error code.

sravanir
Автор

2:22 How would you handle the url failable initializer without force unwrapping? Is it possible to submit a failure if an error occurs?

developerios
Автор

Thanks for the video. The Weather struct contains temp and humidity, but when you get the Weather you map the temp and assign it to a label. How can you get the humidity and assign it to another label without a new query to the server?

sarahreichelt
Автор

This is a great tutorial :) Thank you for making it.

dheerajneelam
Автор

Hi azamsharp, Really a nice tutorial. I have Udemy subscription for SwiftUI. Can you please create some video with POST call like login with Combine and SwiftUI2. I want to understand the post call, most of the examples are GET. Thanks and keep it up.

Автор

A very interesting approach,  
but what is its advantage over the combination of ObservableObject and a regular URLSession.shared.dataTask session?

DimNovo
Автор

Hi, I'm new at iOS development, I want to persist my response in Core Data, should I use Combine? and if so, in what method should I do that?

oswaldogallo
Автор

Common you could find a better thumbnail than this ! The video is excellent

adamkenton
Автор

You should be able to say why you use receive on main thread. Multithreading is very important. This is the same as in the Combine book from Ray Wenderlich. Disappointing!

brainstormcentral
Автор

Please learn the difference between a class and a struct. Oh, and please learn how to pronounce temperature, it’s not tempreyture.

g-