Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 667 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 667 Bytes

Counter

Counter is a simple app showing the basics of the VIPER architecture, a version of Uncle Bob’s Clean Architecture for iOS apps. Counter shows the use of a View, Presenter and Interactor. It does not make use of a data store or a Wireframe for navigation.

The inspiration for Counter comes from Jon Reid’s UIViewController TDD screencast.