ASTableView(Internal) Category Reference
| Declared in | ASTableViewInternal.h |
|---|
– _initWithFrame:style:dataControllerClass:ownedByNode:
Initializer.
- (instancetype)_initWithFrame:(CGRect)frame style:(UITableViewStyle)style dataControllerClass:(Class)dataControllerClass ownedByNode:(BOOL)ownedByNodeParameters
frame |
A rectangle specifying the initial location and size of the table view in its superview’s coordinates. The frame of the table view changes as table cells are added and deleted. |
|---|---|
style |
A constant that specifies the style of the table view. See UITableViewStyle for descriptions of valid constants. |
dataControllerClass |
A controller class injected to and used to create a data controller for the table view. |
ownedByNode |
Indicates whether the tableView is owned by an ASTableNode. |
Declared In
ASTableViewInternal.h
test_enableSuperUpdateCallLogging
Set YES and we’ll log every time we call [super insertRows…] etc
@property (nonatomic) BOOL test_enableSuperUpdateCallLoggingDeclared In
ASTableViewInternal.h