Example project for DataSource library.
Features a catalog of included DataSource protocol implementations together with an example of UITableView editing and a DataSource-based input form.
Warning: make sure you understand the basics of ReactiveCocoa before investigating the code!
- Xcode 7.1
git clone --recursive https://github.com/Vadim-Yelagin/DataSourceExample.gitcd DataSourceExample- Open DataSourceExample.xcworkspace in Xcode 7.1
- Build and run