Skip to content

Commit ead1905

Browse files
committed
笔记
1 parent 4872b79 commit ead1905

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

iOS_Tips/DarkMode/WorkIssues/APM/APMMonitor/SLAPMLoadTime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
///监测+load方法耗时 引自: https://www.jianshu.com/p/c14987eee107
11+
///监测+load方法耗时 引自: https://www.jianshu.com/p/c14987eee107、https://www.cnblogs.com/feng9exe/p/12487662.html
1212
@interface SLAPMLoadTime : NSObject
1313

1414
@end

iOS_Tips/DarkMode/WorkIssues/已浏览.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@
4040
* 36、[如何对 iOS 启动阶段耗时进行分析](https://www.jianshu.com/p/c0c4f19d317f)
4141
* 37、[UIView 的渲染过程](https://www.jianshu.com/p/365cf516dbcb)
4242
* 38、[IOS UIView开始深入 绘制像素到屏幕上](https://www.cnblogs.com/alunchen/p/5614355.html)
43+
* 39、[iOS深思篇 | 启动时间的度量和优化](https://www.cnblogs.com/feng9exe/p/12487662.html)
44+
* 40、[Hook load方法耗时](https://github.com/tripleCC/Laboratory/tree/master/HookLoadMethods)
45+
* 41、[__attribute__ 机制使用](https://www.jianshu.com/p/e2dfccc32c80)

iOS_Tips/DarkMode/WorkIssues/面试题.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
* 71、[深入理解Tagged Pointer](https://www.jianshu.com/p/c9089494fb6c)
7979
* 72、[iOS 的渲染机制以及 UIView 的自动布局流程](https://www.dazhuanlan.com/2020/01/31/5e33cdfb28a2a/)
8080
* 73、[MD5、AES、RSA等加密原理]()
81+
* 74、[pod install和pod update的区别]()
82+
* 75、[跨平台框架原理]()
8183

8284

8385
### 网络

0 commit comments

Comments
 (0)