我在我的应用程序中使用了这些代码来使我的textView垂直居中对齐,并且在iOS7.1之前一直有效。我想contentSize属性在iOS7.1中发生了变化你能帮我做什么?[textViewaddObserver:selfforKeyPath:@"contentSize"options:NSKeyValueObservingOptionNewcontext:nil];-(void)observeValueForKeyPath:(NSString*)keyPathofObject:(id)objectchange:(NSDictionary*)changecontext:(void*)