mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-12 03:15:23 +08:00
Update readme
This commit is contained in:
@@ -120,6 +120,10 @@ Subclass UITableViewController, remove all code inside of the implementation sec
|
||||
RETableViewSection *section = [[RETableViewSection alloc] initWithHeaderTitle:@"Test"];
|
||||
[_tableViewManager addSection:section];
|
||||
|
||||
// Add a string
|
||||
//
|
||||
[section addItem:@"Just a simple NSString"];
|
||||
|
||||
// Add a basic cell with disclosure indicator
|
||||
//
|
||||
[section addItem:[RETableViewItem itemWithTitle:"String cell" accessoryType:UITableViewCellAccessoryDisclosureIndicator actionBlock:^(RETableViewItem *item) {
|
||||
|
||||
Reference in New Issue
Block a user