iOS开发学习资源

来源:互联网 发布:武则天 知乎 编辑:程序博客网 时间:2024/05/22 06:59
个人搜集的一些学习资源 

  1.https://github.com/nst/RuntimeBrowser  runtime https://github.com/huang303513/iOS-RunTime-Practice
 2.https://www.objc.io/issues/7-foundation/communication-patterns/  通知代理 block 的区别
  3.http://blog.csdn.net/heartflyings/article/details/48378443 __block 内幕
 4.http://www.open-open.com/lib/view/open1433383487729.html    收集了1000个iOS 常用的库
 5.https://github.com/Microsoft/WinObjC/blob/master/Frameworks/UIKit/UITableView.mm   缓存池内部的实现机制
 6. http://blog.devtang.com/blog/2014/05/30/understand-tagged-pointer/
深入理解Tagged Pointer
 7.http://www.tuicool.com/articles/FZBvyq ContainerViewController(子视图控制器之间的互动)
 8.http://blog.devtang.com/blog/2012/02/06/new-methods-in-uiviewcontroller-of-ios5/
 iOS5中UIViewController的新方法  addchildviewcontroller
  9.http://www.cnblogs.com/xdream86/p/3855932.html    iOS 8 Extensions
10. http://www.cocoachina.com/ios/20150907/13336.html  Objective-C 与 Runtime:为什么是这样?
         持续更新中。。。
11. https://github.com/shu223/iOS-9-Sampler iOS 9
12. https://github.com/ChenYilong/iOS9AdaptationTips  iOS 9
13.https://github.com/oarrabi/OAStackView OAStackView
14 http://blog.csdn.net/yixiangboy/article/details/48652741  iOS动画 仿射变换使用小结 
15.auto Layout 使用心得
http://lvwenhan.com/ios/430.html  
http://lvwenhan.com/ios/431.html
http://lvwenhan.com/ios/441.html
http://lvwenhan.com/ios/442.html
http://lvwenhan.com/ios/449.html
http://lvwenhan.com/ios/450.html 
16. http://www.jianshu.com/p/f4fa7aeb2035 block使用
17.http://www.docin.com/p-1158543408.html 

http://blog.csdn.net/wanglang3081/article/details/16885323

http://icodeit.org/2013/01/basic-digits-recognization/

https://github.com/PokerChang/ios-card-detector

https://github.com/chroman/ANPR

https://github.com/zltqzj/ios_opencv_divide

http://www.cocoachina.com/ios/20150708/12463.html Tesseract OCR(光学字符识别)教程 

https://github.com/gali8/Tesseract-OCR-iOS

http://blog.csdn.net/u011630458/article/details/43733057 opencv实现车牌识别之字符分割 
http://blog.csdn.net/yang_xian521/article/category/910716
18.http://www.skyfox.org/ios-uiview-highquality-screenshot.html iOS开发UIView截图代码,UIView转为高质量图片存储到相册与本地
 19.https://github.com/johnil/VVeboTableViewDemo   优化tableview 


0 0