iOS學習資源(一)

秦小風發表於2017-12-21

用了印象筆記也很久了,這裡就把自己整理的一些學習資源分享出來。需要共享印象筆記的小夥伴可以聯絡: shavekevin@gmail.com 我會把自己的工作筆記共享給大家,和大家一起學習,一起進步。

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:為什麼是這樣?

http://yulingtianxia.com/blog/2014/11/05/objective-c-runtime/ runtime tips

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

20.iOS 精益程式設計 http://blog.csdn.net/uxyheaven/article/details/49226175

21.如何保持介面流暢

22.https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/DebuggingTricksandTips.html#//apple_ref/doc/uid/TP40010853-CH21-SW1 auto layout 除錯

23.https://github.com/jobbole/awesome-ios-cn iOS資源大全中文版

24.https://github.com/nst/iOS-Runtime-Headers 私有api

25.http://blog.csdn.net/itegel84/article/details/5871491 qsort

26.https://github.com/qiaoxueshi/WWDC_2015_Video_Subtitle wwdc 視訊

27.http://github.ibireme.com/github/list/ios/

28.ios開發使用Basic Auth 認證方式 http://blog.csdn.net/joonchen111/article/details/48447813

29.深入剖析Auto Layout,分析iOS各版本新增特性 http://www.starming.com/index.php?v=index&view=84

30.https://github.com/JC-Hu/JHCellConfig 多種cell 處理

31.https://github.com/mokey1422/study.git 處理

32.http://adad184.com/2013/10/10/ru-he-cong-duo-zhong-modalviewcontroller-zhong-zhi-jie-fan-hui-zui-di-ceng/ 返回到最底層vc

33.跳轉到系統各種設定介面 http://www.superqq.com/blog/2015/12/01/jump-setting-per-page/

34.http://ios.skyfox.org/route.html iOS學習導圖

35.http://www.tuicool.com/articles/imQnee2 iOS中的promise 模式

36.http://blog.csdn.net/dfqin/article/details/39164241 iOS響應式程式設計框架ReactiveCocoa(RAC)使用示例

37.http://tutuge.me/2015/05/23/autolayout-example-with-masonry/?comefrom=http://blogread.cn/news/ 約束的處理masonry(約束的優先順序)

38.樂源移動程式碼規範

http://ios.jobbole.com/81932/ 程式碼規範

39.http://www.imooc.com/wenda/detail/252291 快取在AFNetworking中是如何工作的?AFImageCache和NSUrlCache給你答案

40.崩潰日誌分析 https://www.raywenderlich.com/23704/demystifying-ios-application-crash-logs http://blog.csdn.net/jasonblog/article/details/19031517 https://forums.developer.apple.com/thread/19859

41.http://www.jianshu.com/p/b7c4a787a597 別人整理的一些學習資源

個人部落格 http://shavekevin.com/#blog

QQ交流群:214541576 歡迎大家進群交流。

相關文章