我想在我的应用程序中使用KVO。我有一个类属性sizeForScrollView,当这个属性改变时我想要通知。我试过了,但没有用。这是代码:[self.aSubjectViewaddObserver:selfforKeyPath:@"sizeForScrollView"options:NSKeyValueObservingOptionNewcontext:NULL];-(void)observeValueForKeyPath:(NSString*)keyPathofObject:(id)objectchange:(NSDictionary*)changecontext:(void*)c