mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Add background image to the post controller
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user