https://github.com/cocoatoucher/combineoperators
Interactive tutorial/cheat sheet app that lets you play with Combine framework publishers
https://github.com/cocoatoucher/combineoperators
animation apple cheatsheet combine combine-framework interactive swift swiftui tutorial
Last synced: 3 months ago
JSON representation
Interactive tutorial/cheat sheet app that lets you play with Combine framework publishers
- Host: GitHub
- URL: https://github.com/cocoatoucher/combineoperators
- Owner: cocoatoucher
- License: mit
- Created: 2020-04-18T15:01:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T11:49:19.000Z (about 5 years ago)
- Last Synced: 2025-01-17T20:13:23.198Z (about 1 year ago)
- Topics: animation, apple, cheatsheet, combine, combine-framework, interactive, swift, swiftui, tutorial
- Language: Swift
- Size: 4.59 MB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Combine Operators
Combine Operators is an interactive tutorial/cheat sheet app that you can download on the iOS App Store. It lets you play with Combine framework publishers and can help you grasp basic concepts if you are a beginner or refresh your memory during your further journey with the framework.
With Combine Operators you can
- Interact directly with underlying publisher instances through an intuitive UI.
- Observe how subjects and operators behave with different input sequences through helpful animations.
There are plans to make Combine Operators support more advanced input values and subject/operator combinations. Stay tuned and contribute! 🙌
*The app is not implemented using SwiftUI, but that is a future plan as well.