资料整理

1.你决不可错过的JavaScript全栈教程http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000
2.NSURLSession的介绍和说明
http://www.starming.com/index.php?v=index&view=68
3.iOS基础集合类笔记,包括NSArray和NSDictionary的排序,枚举和不同方法性能对比
http://www.starming.com/index.php?v=index&view=64
4.RunLoop学习笔记
http://www.starming.com/index.php?v=index&view=74
5.iOS并发编程笔记
http://www.starming.com/index.php?v=index&view=73
6.Objective-c中使用Block的风险和解决方法
风险
http://www.starming.com/index.php?v=index&view=65
7.iOS 应用Crash日志分析整理
http://www.jianshu.com/p/45f45590190c?utm_campaign=maleskine&utm_content=note&utm_medium=writer_share&utm_source=weibo

  1. breakpoints && lldb && chisel 的使用
    9.runtime 完整总结
    http://www.jianshu.com/p/6b905584f536
    10.刨根问底Objective-C Runtime(1)- Self & Super
    http://chun.tips/blog/2014/11/05/bao-gen-wen-di-objective%5Bnil%5Dc-runtime(1)%5Bnil%5D-self-and-super/
    11.RunLoop学习笔记
    http://www.starming.com/index.php?v=index&view=74
    12.Objective-C类成员变量深度剖析
    http://quotation.github.io/objc/2015/05/21/objc-runtime-ivar-access.html
    13.有趣的Autolayout示例-Masonry实现
    http://tutuge.me/2015/05/23/autolayout-example-with-masonry/
    14.iOS开发的最佳实践
    https://github.com/KevinHM/ios-good-practices-the-lastest-version/blob/master/iOS-Good-Practices.md
    15.iOS 用Runtime解决服务器返回NSNull问题
    http://blog.csdn.net/uxyheaven/article/details/48299599
  2. Objective-C的hook方案(一): Method Swizzling
    http://blog.csdn.net/yiyaaixuexi/article/details/9374411
    17.禅与 Objective-C 编程艺术
    https://github.com/oa414/objc-zen-book-cn#属性定义
    18.继承自NSObject的不常用又很有用的函数
    http://www.cnblogs.com/biosli/p/NSObject_inherit_2.html
    http://www.cnblogs.com/biosli/p/NSObject_inherit.html
    19.如何正确地写好一个界面
    http://oncenote.com/2015/12/08/How-to-build-UI/
    20.内存恶鬼drawRect
    http://bihongbo.com/2016/01/11/memoryGhostMore/
    21.提升UITableView性能-复杂页面的优化
    http://tutuge.me/2015/02/19/提升UITableView性能-复杂页面的优化/
    http://tutuge.me/2015/02/19/提升UITableView性能-复杂页面的优化/
    22.不让苹果开发者账号折磨我
    http://ios.jobbole.com/83713/
    23.nil / Nil / NULL / NSNull
    http://nshipster.cn/nil/
    24.ios瘦身
    https://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207986417&idx=1&sn=77ea7d8e4f8ab7b59111e78c86ccfe66&scene=0&key=dffc561732c226510c6c6a2ae7a6c92d2f42b941e05f1e3e8624461eec866b962cf3ee5e02f2f695578cc616a6c429d2&ascene=0&uin=NTk4MzU3OTAw&devicetype=iMac+MacBookPro12,1+OSX+OSX+10.10.5+build(14F27)&version=11020201&pass_ticket=1IEMaQ6RFKDH5CBSqTcMjggMcTG/EP1/ySQBS3DPQaTtjNPY+Jcx8V23YHqYtG1V
    25.iOS App性能优化
    http://www.hrchen.com/2013/05/performance-with-instruments/

你可能感兴趣的:(资料整理)