Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.24 KB

Viewstate

An example Swift project detailing an architecture with view state, reducers, and interactors.

Explained in detail in the blog post series:

  1. Modeling View State
  2. Transitioning Between View States Using Reducers
  3. Asynchronous Changes to View Models Using Interactors
  4. Simple Intelligent UITableView Diffing

Preview

Getting started

  1. Clone the repo. $ git clone git://github.com/twocentstudios/viewstate.git.
  2. Install the pods. $ bundle exec pod install.
  3. Open viewstate.xcworkspace.
  4. Build!

Requirements

License

MIT License for source.