现在的位置: 首页 > 综合 > 正文

iOS Development Guideline

2018年05月05日 ⁄ 综合 ⁄ 共 3013字 ⁄ 字号 评论关闭

1. Objective-C

1.1 Learning Objective-C
http://www.otierney.net/objective-c.html.en
http://www.otierney.net/objective-c.html.zh-tw.big5
http://www.cocoachina.com/newbie/tutorial/2009/0611/150.html
 
1.2 C & Objective-C Quiz
Quiz:

http://www.eosgarden.com/en/articles/objc-quizz/take/
 
Answer:
http://blog.csdn.net/iosevanhuang/article/details/8915039

2. Memory Management

http://blog.csdn.net/weiwangchao_/article/details/7376189

3. Foundation.framework

3.1 NSNumber, NSValue, NSNull, NSDate, NSData
http://liwpk.blog.163.com/blog/static/363261702012829436764/
 
3.2 NSArray, NSSet, NSDictionary
http://liwpk.blog.163.com/blog/static/363261702011472318549/
 
3.3 Multithreading: NSOperation
http://liwpk.blog.163.com/blog/static/36326170201110223141803/

4. UIKit

4.1 UIButton
http://www.cocoachina.com/bbs/read.php?tid=105736
 
4.2 UILabel
http://www.cnblogs.com/maxfong/articles/2216180.html
 
4.3 UITextView
http://www.cnblogs.com/daguo/archive/2012/06/19/2554277.html
 
4.4 UITextField
http://www.cnblogs.com/wengzilin/archive/2012/03/13/2393985.html
 
4.5 UIImageView
http://blog.163.com/shiyanchunyee@126/blog/static/12667909820126103380313/
 
4.6 UIImage
http://www.cnblogs.com/smileEvday/archive/2013/05/14/UIImage.html
 
4.7 UITableView
http://www.cnblogs.com/smileEvday/archive/2012/06/28/tableView.html
 
4.8 UICollectionView
http://my.oschina.net/joanfen/blog/160156
 
4.9 UIWebView
http://www.cnblogs.com/zhuqil/archive/2011/07/28/2119923.html
 
4.10 UINavigationController
http://www.cnblogs.com/smileEvday/archive/2012/05/10/2495153.html
 
4.11 UITabbarController
http://www.cnblogs.com/smileEvday/archive/2012/05/20/UITabBarController.html
 
4.12 UIAccelerometer
http://liwpk.blog.163.com/blog/static/36326170201222234142735/

5 Animation

5.1 Core Animation
http://blog.csdn.net/iosevanhuang/article/details/14488239
 
5.2 UIView Animation
http://www.cnblogs.com/worldtraveler/archive/2012/09/17/2689311.html

6. Delegate & Protocol

http://www.dapps.net/dev/iphone/ios-dev-protocol-and-delegate-example.html

7. MapKit & CoreLocation

http://www.cnblogs.com/qingche/p/3516591.html

8. Local Storage

8.1 SQLite
http://blog.csdn.net/totogo2010/article/details/7702207
 
8.2 CoreData
http://blog.csdn.net/kesalin/article/details/6739319
 
8.3 UserDefaults
http://blog.csdn.net/hope_worker/article/details/7602967
 
8.4 NSKeyedArchiver & Write to File
http://wiki.eoe.cn/page/iOS_blog_page_74440.html

9. Notification

http://blog.csdn.net/zhanglei5415/article/details/6454940

10. APN

http://www.ityran.com/archives/194

11. ARC & non-ARC

http://blog.csdn.net/iosevanhuang/article/details/9569215

12. Quartz2D Graphic

http://www.cnblogs.com/smileEvday/archive/2013/05/25/IOSImageEdit.html

13. Unit Test on iOS

http://www.cocoachina.com/newbie/env/2012/0516/4257.html

14. Passbook

http://www.cocoachina.com/newbie/tutorial/2013/0603/6326.html

15. iOS Safety

http://www.cocoachina.com/applenews/devnews/2014/0211/7800.html

16. iCould

http://www.cnblogs.com/zhw511006/archive/2012/01/09/2317090.html

17. Touch Events & Gesture

17.1 Touch Events
http://www.cnblogs.com/syxchina/archive/2012/10/14/2723541.html
 
17.2 Gesture Recognizer
http://blog.csdn.net/namehzf/article/details/7424882

抱歉!评论已关闭.