Added placeholder text to work around TT bug

This commit is contained in:
Blake Watters
2011-01-20 00:19:11 -05:00
parent f7553d7ac0
commit 0272c93663

View File

@@ -49,6 +49,7 @@
[super loadView];
_topicNameField = [[UITextField alloc] initWithFrame:CGRectZero];
_topicNameField.placeholder = @"topic name";
}
- (void)createModel {