This playground will help you to get started with Combine - Apple Developer Documentation.
The playground is a paged playground and is built up in several chapters
- What is Combine?
- Publishers & Subscribers
- Rules of subscriptions
- Foundation and Combine
- @Published property and bindings
- Memory management explained with
AnyCancellable
- Flatmap and matching error types
- Combining Publishers
- Future and Promises
- Custom
Publisher
and UIKit extensions
More to come!
Xcode beta 1 didn't support using Combine in playgrounds. For this you need at least Xcode beta 2. MacOS Catalina is not required.
Some interesting resources regarding Combine.