Skip to content

dresetnic/GitFeed

Repository files navigation

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"