Skip to content

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

Notifications You must be signed in to change notification settings

Kelsus/viper-ios-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published