session_235__ios_app_performance_responsiveness.pdf

Linking and Loading

使用 Optional 的方式链接 Framework 会造成额外的工作

不要将 necessary 的库标记为 optional

不要使用全局的 C++ 对象

避免使用 __attribute__((constructor)) 修饰函数,它会使函数在 main 函数之前运行

UIKit Initialization

不要在 plist 文件中存储太多数据