Add background image to the post controller

This commit is contained in:
Blake Watters
2011-01-21 18:30:28 -05:00
parent 5e9e9e47d7
commit f1fae7d309

View File

@@ -51,8 +51,9 @@
self.tableViewStyle = UITableViewStyleGrouped;
self.autoresizesForKeyboard = YES;
self.variableHeightRows = YES;
self.variableHeightRows = YES;
self.tableView.backgroundView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"background.png"]] autorelease];
[[TTNavigator navigator].URLMap from:@"db://updateAttachment" toObject:self selector:@selector(updateAttachment)];
_bodyTextEditor = [[TTTextEditor alloc] initWithFrame:CGRectMake(0, 0, 300, 120)];