Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 2.99 KB

sources.md

File metadata and controls

78 lines (51 loc) · 2.99 KB
title category
Objective C
Languages

All About Objecitve-C

Animations

Libraries for animation.

  • Facebook/Pop - open source animation library for OSX and iOS created by Facebook

Data Persistence

Frameworks that can be used to store user data on your app.

Dependency Manager

Manager that simplifies installing, updating and removing libraries and frameworks to and from your project.

Networking

Libraries for network programming.

  • AFNetworking - Largest iOS 3rd party networking library
  • NSURLSession - Apple's native iOS networking library
  • SDWebImage - iOS library for Asynchronous image downloading

Payment

Libraries for accepting money transaction on your App.

  • Stripe - iOS payment platform

Testing

Framework for testing.

  • OCMock - Mocking framework for iOS
  • TestFlight - Beta Testing framework
  • XCTest - Apple's native testing framework that can do unit testing, UI testing, and performance testing.

Resources

Books

Intro level books that teach you the basic concepts of the Objective-C language and iOS programming.

Websites

Online Tutorials