CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Sahand Nayebaziz

1pod

StateView

Define once what your users should see when the data is one way or another and let StateView handle the rest. StateView will update only the parts of your UI that need updating whenever data changes, and you don't even need to refactor your app into a set of event streams. Write normal code and watch your view update itself.

License: MIT

  • Swift