In the previous episode, you learned about publishers and subscribers. Combine creates a subscription when a subscriber is attached to a publisher. In the setupNotificationHandling()
method of the RootViewModel
class, the subscription is returned to the view model as an AnyCancellable
instance. The view model holds on to the AnyCancellable
instance to prevent the subscription from terminating early. We covered this in the previous episode.
Subscribe to Cocoacasts Plus to watch this episode.
Building Reactive Applications With Combine
Managing Subscriptions
by Bart Jacobs in Programming
Swift 5
Xcode 12
iOS 14
Building Reactive Applications With Combine
-
03:12
-
2 What Is Reactive Programming
09:53
-
04:17
-
7 Managing Subscriptions
04:24
-
05:48
-
13 Using Publishers to Push Data
06:27
-
18 Reducing State with Subjects
08:35
-
20 Reactifying the Week View Controller
08:32
-
21 Combine and Diffable Data Sources
08:53
-
23 Subscribing to Settings Changes
11:08
-
07:25
-
06:48
-
07:35
-
09:30
-
11:04