iOS几个框架需要研究看一下
1、WCDB
https://github.com/Tencent/wcdb
2、http://tangram.pingguohe.net/
git clone https://github.com/alibaba/Tangram-iOS.git
3、Aspects
https://www.jianshu.com/p/82d42943c8fc
4、iOS线程数量监控工具
简单却强大的线程监控工具 KKThreadMonitor :当线程过多或瞬间创建大量子线程(线程爆炸),控制台就打印出所有的线程堆栈。便于分析造成子线程过多或线程爆炸的原因。
https://juejin.im/post/5e92a113e51d4547134bdadb?utm_source=gold_browser_extension
5、Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率
https://github.com/didi/echo
https://juejin.im/post/5e563491e51d452704116ba8
6、
开源项目分析(SwiftHub)Rxswift + MVVM + Moya 架构分析(一)第三方框架使用
https://juejin.im/post/5e95d1c451882573c85ae2c4?utm_source=gold_browser_extension
7、https://github.com/wxxsw/SwiftTheme
8、https://github.com/fengxing1/Design-Pattern-For-iOS
9、iOS上资源文件加密工具
https://github.com/RNCryptor/RNCryptor
10、
九 iOS逆向 class-dump
https://www.jianshu.com/p/df20e4357bed
11、 字节跳动简洁的hook方案
SDMagicHook
https://mp.weixin.qq.com/s/wxigL1Clem1dR8Nkt8LLMw