0
我想從功能我可以從observeValueForKeyPath iphone
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
,但如果我說object.somevalue
的XCode不會編譯的目標得到了若干變量的對象中獲取數據 - 我使用[change objectForKey:@"new"]
得到改變了價值,但我想獲得更多的價值,我不想打破我已經設置的MVC。
很好的答案,謝謝! – daidai 2011-06-07 04:36:22