In order to update an existing Git submodule execute (You migh need permissions from Owner)
git submodule update --remote --merge
- 1. Hello, Combine!
- 2. Publishers & Subscribers
- 3. Transforming Operators
- 4. Filtering Operators
- 5. Combining Operators
- 6. Time Manipulation Operators
- 7. Sequence Operators
- 8. In Practice: Project Collage
- 9. Networking
- 10. Debugging
- 11. Timers
- 12. Key-Value Observing
- 13. Resource Management
- 14. In Practice: Project News
- 15. In Practice: Combine and SwiftUI
- 16. Error Handling
- 17. Schedulers
- 18. Custom Publisher & Handling Backpressure
- 19. Testing
- 20. In Practice: Building a Complete App
- 21. Conclusions