Changed coding style to match existing code.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
we don't, so it could potentially save us some rendering costs.
|
||||
*/
|
||||
_tableView = [[TUITableView alloc] initWithFrame:b];
|
||||
[_tableView setAlwaysBounceVertical: YES];
|
||||
_tableView.alwaysBounceVertical = TRUE;
|
||||
_tableView.autoresizingMask = TUIViewAutoresizingFlexibleSize;
|
||||
_tableView.dataSource = self;
|
||||
_tableView.delegate = self;
|
||||
|
||||
Reference in New Issue
Block a user