iOS-KVO

键值监听

[person addObserver: forKeyPath ]

[person removeObserver: forKeyPath】

当监听的属性值发生改变,会调用下面方法:

-observeValueForKeyPath: ofObject...

posted @ 2020-04-22 22:53  Emyin  阅读(93)  评论(0编辑  收藏  举报