Top 6 Swift Observer Projects
-
Project mention: For UIKit apps, what is best practice for VC listening for updates from a service? | /r/swift | 2022-08-01
I use RxSwift/RxCocoa and The Binder Architecture. That way View Controllers always show the most recent data from the service.
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
You could try using observables https://github.com/roberthein/Observable
-
LightweightObservable
📬 A lightweight implementation of an observable sequence that you can subscribe to.
-
Pharos
Pharos is an Observer pattern framework for Swift that utilizes propertyWrapper. It could help a lot when designing Apps using reactive programming (by hainayanda)
Index
What are some of the best open-source Observer projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | RxSwift | 23,363 |
2 | Siesta | 2,180 |
3 | Ease | 1,253 |
4 | Observable | 367 |
5 | LightweightObservable | 135 |
6 | Pharos | 9 |