This repo is related to "Mastering Reuse: a journey into application modularisation with VIPER" talk from #iOSCon 2016 and "Break the monolith with (B)VIPER modules" talk from Mobilization.pl 2016.
Collects experiments and ideas of application engineering with VIPER, Swift, MicroService Style design, DI, BDD and more.
The goal is to showcase the (B)VIPER architecture on a simple Weather application.
You can watch the full presentation at Skills Matter iOSCon 2016
You can download slides of the presentation from SlideShare
To run the example project, clone the repo, and run pod install
from the root directory first.
- WeatherListModule: shows the list of cities with weather overview
- WeatherDetailModule: shows details of the weather and forecast for a specific city
- WeatheAddCityModule: allows the user to select and add a new city
Nicola Zaghini
Sergio Baró
This example is available under the MIT license. See the LICENSE file for more info.