mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-16 21:21:49 +08:00
Update example project
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user