Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要删除观察者这是我的代码添加观察者
[self.imageCropper addObserver:self forKeyPath:@"crop" options:NSKeyValueObservingOptionNew context:nil];
我的问题是如何在单击按钮时删除这个添加的观察者
我可以阅读NSKeyValueObserving 协议参考
[self.imageCropper removeObserver:self forKeyPath:@"crop"];