mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-12 22:51:51 +08:00
Update README.md
- fix title string
This commit is contained in:
@@ -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