Combine: Asynchronous Programming with Swift (First Edition)
Authors: raywenderlich Tutorial Team – Scott Gardner – Shai Mishali – Florent Pillet – Marin Todorov
ISBN-10: 1942878842
ISBN-13: 9781942878841
Released: 2019-12-05
Print Length 页数: 451 pages
Book Description
The best book to master declarative asynchronous programming with Swift using the Combine framework!
The introduction of Combine into the Swift ecosystem now gives you a native way to manage asynchronous events in Swift,meaning you don’t have to rely on third-party reactive frameworks for event-driven systems.
Master declarative asynchronous programming with Swift using the Combine framework!
Writing asynchronous code can be challenging,with a variety of possible interfaces to represent,perform,and consume asynchronous work — delegates,notification center,KVO,closures,etc. Juggling all of these different mechanisms can be somewhat overwhelming. Does it really have to be this hard? Not anymore!
With Apple’s introduction of the Combine framework in WWDC 2019,it is clear that Apple aims to position declarative and reactive programming in Swift as a long-term investment and a game-changer in how developers perform and compose pieces of asynchronous work,making it a must-have tool at your disposal.
The introduction of Combine as a built-in framework in Apple’s ecosystem is promising news to developers who were interested in frameworks such as RxSwift or ReactiveSwift,but didn’t want the overhead of a third-party dependency; and while experience with either of the above could be useful,it is not a prerequisite for this book. You’ll learn everything from the ground up to become a true Combine master.
Combine: Asynchronous Programming with Swift
Early Access Edition
What You Need
Book License
Book Source Code & Forums
Section I: Introduction to Combine
Chapter 1: Hello,Combine!
Chapter 2: Publishers & Subscribers
Section ll: Operators
Chapter 3: Transforming Operators
Chapter 4: Filtering Operators
Chapter 5: Combining Operators
Chapter 6: Time Manipulation Operators
Chapter 7: Sequence Operators
Chapter 8: In Practice: Project “Collage”
Section ll: Combine in Practice
Chapter 9: . Combine for Networking
Chapter 10: Debugging Combine
Chapter 11: Combine Timers
Chapter 12: Key-Value Observing
Chapter 13: Resources in Combine
Chapter 14: In Practice: Project”News”
Section IV: Advanced Combine
Section V: Building a Complete App
Conclusion