Update README.md

- fix title string
This commit is contained in:
C. Bess
2014-03-31 22:23:43 -05:00
parent 72cec8d167
commit 08d1d4ffc1

View File

@@ -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);
}]];