iOS 各种优化

iOS 性能优化相关:
性能检测
1,https://mp.weixin.qq.com/s/e-UDC_j9LZX5_YDG4s0-gg

启动时间优化
2,http://www.jianshu.com/p/c14987eee107?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weibo

内存leak
3,http://www.code4app.com/blog-873057-1385.html

打包速度优化
4,https://mp.weixin.qq.com/s/KZZS5XIjDLb-COqJNY9MuQ

快速国际化
5,http://www.jianshu.com/p/2c77f0d108c3?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weibo

fastlane 持续集成
6,http://www.code4app.com/blog-822719-1297.html

性能优化
7,https://ming1016.github.io/2017/06/20/deeply-ios-performance-optimization/#more

iOS web 预加载
8 https://github.com/ming1016/STMURLCache

网络安全
9http://mrpeak.cn/blog/encrypt/

微信读书
http://wereadteam.github.io/2016/05/03/WeRead-Performance/

圆角图片
http://www.olinone.com/?p=484

优化性能
http://www.jianshu.com/p/619cf14640f3

列表优化终极版
https://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/

打包上架
http://www.cnblogs.com/sunfuyou/p/5900592.html

接口安全设计
http://blog.csdn.net/fengshizty/article/details/48754609
http://blog.csdn.net/jhone_csdn/article/details/51912016

get 和 post
http://www.cnblogs.com/hyddd/archive/2009/03/31/1426026.html

coreimage
http://www.csdn.net/article/2015-02-13/2823961-core-image

App 包瘦身
http://www.jianshu.com/p/c94dedef90b7

GCD
http://www.jianshu.com/p/b244476ce561?nomobile=yes

你可能感兴趣的:(iOS 各种优化)