Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 770 Bytes

GitFeed

GitHub activity feed.

That simple app shows good practices of:

• Call REST APIs Alamofire;

• Map JSON to native object;

• VIPER Architecture (using generamba);

• VIPER architecture test.

• Animated Splash screen youlaSplashScreen

• Code only UI using SnapKit

ios

Prerequisities

  • XCode 10 and command line tools
  • Homebrew
  • Carthage package manager
  • Navigate to the root directory of your project in Terminal.
  • Run the following command "carthage update --platform iOS"