Combine - Publishers and Subscribers Lifecycles and Error Handling

preview_player
Показать описание
In this video, Mohammad Azam will explain the concept behind publishers and subscribers in Combine. Azam will also explain how to subscribe to publishers and handle subscription lifecycles. Finally, you will learn about error handling and completion in Combine.

To learn more about Combine Framework, check out my course:

#iosdev #swiftui #swiftuitutorial #iosdeveloper Check out all my videos and courses
Рекомендации по теме
Комментарии
Автор

28:48 if you use the other assign function (without the on param) then you don’t need to store the cancellable, the pipeline lifetime is automatic linked to the object 😎

indiekiduk