Changed coding style to match existing code.

This commit is contained in:
Dmitri Shuralyov
2012-08-30 22:00:33 -04:00
parent 97b3a04833
commit f3efe03a2d
+1 -1
View File
@@ -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;