UITableView:
1、优化UITableViewCell高度计算 http://blog.sunnyxx.com/2015/05/17/cell-height-calculation/
iOS 保持界面流畅的技巧
https://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/
https://github.com/johnil/VVeboTableViewDemo
优化UITableViewCell高度计算的那些事
http://blog.sunnyxx.com/2015/05/17/cell-height-calculation/
https://zhuanlan.zhihu.com/p/25371361
防止崩溃:
AvoidCrash : 防止Foundation框架潜在崩溃的危险https://github.com/chenfanfang/AvoidCrash
内存泄漏检测工具:
MLeakFinder:通过一个弱指针指向当前控制器的View,当控制器消失时,如果有内存泄漏,会通过弱指针调用警告的方法;https://wereadteam.github.io/2016/02/22/MLeaksFinder/http://wereadteam.github.io/2016/07/20/MLeaksFinder2/检测循环引用的工具 : FBRetainCycleDetector-master
其他优化:
NSDateFormatter的替代方法 : https://my.oschina.net/mexiaobai1315/blog/1571206
在控制器上显示FPS : https://my.oschina.net/mexiaobai1315/blog/1570918
通过RunLoop监控主线程的卡顿 https://my.oschina.net/mexiaobai1315/blog/1574548