iOS KVO原理

文章目錄 舉個例子 問題 KVO底層實現分析 證實 NSKVONotifying_TPerson類的內部方法 驗證didChangeValueForKey:內部會調用KVO的實現方法 參考文獻 舉個例子 @interface TPerson : NSObject @property (assign, nonatomic) int age; @end @implementation TPerson
相關文章
相關標籤/搜索