1 #ifdef DEBUG 2 NSLog(@"Cell recursive description:\n\n%@\n\n", [cell performSelector:@selector(recursiveDescription)]); 3 #endif
这是个私有方法