Skip to content

Lshaoxun/Objective-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective-C

This folder is for saving all the Objective-C related code

Day after day to practise this skills: Not only you know, but also you can write within limited time:

http://www.tutorialspoint.com/objective_c/

  1. UITableView
  1. Collection View
  2. Animation
  3. Autolayout --two kinds of ways.
  4. Async and sync
  5. ReadConfiguration from plist.
  6. Saving the data into the local phone. (mutiple ways)
  7. Caching system
  8. Regular Expression
  9. REST back-end
  10. AFNetworking
  11. NSThread, NSOperation, GCD
  12. Reading and saving data from NSUserDefault
  13. UITabbarController
  14. UINavigationController
  15. Category
  16. Protocol
  17. Block
  18. NSFileManager
  19. Delegation
  20. NSNotificationCenter
  21. Basic Types
  22. Understand UIKit and Foundation
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
  23. Gesture Detection

Others:

  1. IOS 9 issues --> black areas and SSL connection issue
  2. Command Line to checkout specific revision / branch/tag for release

About

This folder is for saving all the Objective-C related code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 75.2%
  • C++ 11.1%
  • C 9.8%
  • Swift 2.8%
  • Shell 0.6%
  • Ruby 0.2%
  • Other 0.3%