ViperListExample is a small and simple application showing basics of VIPER architecture with dependency injection and reactive programming. The app contains two modules:
- List module loading and showing a collection of thumbnails
- Details module showing a full-size image
This app uses the following frameworks:
The app can be built for iOS 9.0 and higher using Xcode 8.x. To build and run the app you have to install Pods using the following command in terminal:
pod install
from cloned project directory.
Feel free to use this project as a guide for architecturing apps with VIPER using powerful design patterns and techniques. If you have found a bug or think that something's wrong, please start a new issue or contact us at mobile@aspirity.com.
This project is owned and maintained by Aspirity, Ltd.
This projectis released under the MIT license. See LICENSE for details.

