feat: refine

This commit is contained in:
LiuBinPeng
2022-05-30 15:02:31 +08:00
parent 538801e651
commit 6cd0cf5144
60 changed files with 135 additions and 1487 deletions

View File

@@ -281,7 +281,7 @@ KVC 之后会触发 KVO。为什么探究下 `setValueForKey`
整个流程如下
![](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/assets/KVC-process.png)
![](./../assets/KVC-process.png)
```
@implementation Person
@@ -315,6 +315,6 @@ valueForKey 原理
- 都没找到则抛出异常
![](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/assets/KVC-get-process.png)
![](./../assets/KVC-get-process.png)