8000 GitHub - dresetnic/GitFeed: Simple iOS activity feed app with best practices.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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"
0