Carry over first-pass change set improvements

This commit is contained in:
Adlai Holler
2016-06-23 15:52:00 -07:00
parent 77f24231b3
commit 71d9f64535
10 changed files with 224 additions and 60 deletions

View File

@@ -34,4 +34,7 @@
*/
- (instancetype)_initWithFrame:(CGRect)frame style:(UITableViewStyle)style dataControllerClass:(Class)dataControllerClass ownedByNode:(BOOL)ownedByNode;
/// Set YES and we'll log every time we call [super insertRows…] etc
@property (nonatomic) BOOL test_enableSuperUpdateCallLogging;
@end