mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-16 21:21:49 +08:00
Fix placeholderColor issue, update example
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
}];
|
||||
[section addItem:optionItem];
|
||||
|
||||
RELongTextItem *longTextItem = [RELongTextItem itemWithValue:nil placeholder:@"Multiline text field"];
|
||||
longTextItem.cellHeight = 88;
|
||||
[section addItem:longTextItem];
|
||||
|
||||
section = [[RETableViewSection alloc] initWithHeaderTitle:@"Credit card"];
|
||||
[_manager addSection:section];
|
||||
[section addItem:[RECreditCardItem item]];
|
||||
|
||||
@@ -46,13 +46,6 @@
|
||||
[weakSelf.tableView deselectRowAtIndexPath:item.indexPath animated:YES];
|
||||
[weakSelf.navigationController pushViewController:[[ListViewController alloc] initWithStyle:UITableViewStylePlain] animated:YES];
|
||||
}]];
|
||||
|
||||
RETextItem *fullLengthField = [RETextItem itemWithTitle:nil value:nil placeholder:@"Full length text field"];
|
||||
[section addItem:fullLengthField];
|
||||
|
||||
RELongTextItem *longTextItem = [RELongTextItem itemWithValue:nil placeholder:@"Multiline text field"];
|
||||
longTextItem.cellHeight = 88;
|
||||
[section addItem:longTextItem];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user