Make the fix more proper

This commit is contained in:
Zhigang Fang
2013-01-22 01:28:42 +08:00
parent 7594c788d6
commit 7a917b85f6

View File

@@ -170,7 +170,7 @@ static char UITableViewZGParallelViewIsObserving;
- (void)dealloc{
if (self.isObserving) {
[self removeObserver:self forKeyPath:@"contentOffset" context:nil];
self.isObserving = NO;
}
}