mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-04-28 20:55:34 +08:00
@@ -37,7 +37,7 @@ Get your `UITableView` up and running in several lines of code:
|
||||
|
||||
// Add a basic cell with disclosure indicator
|
||||
//
|
||||
[section addItem:[RETableViewItem itemWithTitle:"String cell" accessoryType:UITableViewCellAccessoryDisclosureIndicator selectionHandler:^(RETableViewItem *item) {
|
||||
[section addItem:[RETableViewItem itemWithTitle:@"String cell" accessoryType:UITableViewCellAccessoryDisclosureIndicator selectionHandler:^(RETableViewItem *item) {
|
||||
NSLog(@"Test: %@", item);
|
||||
}]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user