Skip to content

Instantly share code, notes, and snippets.

@antfarm
Last active January 6, 2017 16:27
Show Gist options
  • Save antfarm/9e6eaf7ac927a8a081e7cb2ddf417795 to your computer and use it in GitHub Desktop.
Save antfarm/9e6eaf7ac927a8a081e7cb2ddf417795 to your computer and use it in GitHub Desktop.
iOS Topics

Concepts

Libraries

  • Concurrency (GCD)
  • Dependency Injection (Typhoon)
  • Tracking (Fabric, Crittercism, NewRelic)
  • Logging (Atlantis)
  • Asynchronous Networking (AFNetwork, AlamoFire)
  • JSON (SwiftyJSON, Argo/Swish)
  • Persistence (Realm, CoreData)
  • AutoLayout DSL (Cartography, SnapKit)

Project

  • Version Control (git, github)
  • Dependency Management (CocoaPods, Carthage, SPM)

QA

  • Unit Testing (XCTest, Quick, Kiwi)
  • UI Testing
  • Instruments
  • Continuos Integration (Jenkins, Fastlane, Travis)

Distribution

  • AdHoc Distribution (HockeyApp, TestFlight)
  • AppStore Submission
  • In-App Purchase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment