/viper-ios-tutorial

This is a first review of VIPER Architecture on iOS using swift 4

Primary LanguageSwift

viper-ios-tutorial

This is a first review of VIPER Architecture on iOS using swift 4

Install Templates from here for easy creation of the more common files.

The project queries information from JSONPlaceholder for the list of users, when selecting one of the user the application navigate to the next screen retrieving the selected user album's and the rest of the information for the user. When selecting one of the user's album, we retrieve a list of "pictures" and displays them on a UICollectionView.

Next step is to implement RxSwift or any other sort of Reactive Programming library.

More info about VIPER Architecture here: