todostream is an example todo list iOS app with an experimental architecture. It uses a single app-wide signal to dispatch and read immutable events.
- Clone the repo.
$ git clone git://github.com/twocentstudios/todostream.git
. - Install the pods.
$ pod install
. - Open
todostream.xcworkspace
. - Build!
- ReactiveCocoa v4 alpha
- Realm database
MIT License for source.