Update example project

This commit is contained in:
Roman Efimov
2013-03-27 16:30:37 -05:00
parent 463a2ffe71
commit bbb09947bc

View File

@@ -34,7 +34,7 @@
RETableViewSection *section = [[RETableViewSection alloc] initWithHeaderTitle:@"Basic controls"];
[_manager addSection:section];
// Add items
// Add items to this section
//
[section addItem:@"Simple NSString"];
RETextItem *fullLengthField = [RETextItem itemWithTitle:nil value:nil placeholder:@"Full length text field"];