BoogieMAN2K / viper-ios-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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


Languages

Language:Swift 99.3%Language:Ruby 0.7%