使用 重写 – void)observeValueForKeyPath:NSString *)keyPath ofObject:id)object change:NSDictionary *)chan … Continue reading KVO简介
标签: KVO
KVO的实现原理,kvo的使用
一、什么是KVO? KVO(key-value observing)是Objective-C对观察者设计模式的一种实现。【另一种是:通知机制(notification),详情参考:iOS 趣谈设计模式 … Continue reading KVO的实现原理,kvo的使用