Fix issue with cell reuse. Fix issue with cell reuseIdentifier not behaving according to header documentation. Fixed some issues with the tableController specs. Add a cellMapping property to control automatic deselection of a tableView cell

This commit is contained in:
Jeff Arena
2011-12-15 15:23:42 -05:00
committed by Blake Watters
parent 59d3614ee2
commit 9e37304411
5 changed files with 41 additions and 10 deletions

View File

@@ -103,6 +103,14 @@ typedef void(^RKTableViewCellBlock)(UITableViewCell *cell);
*/
@property (nonatomic, assign) UITableViewCellSelectionStyle selectionStyle;
/**
Whether the tableController should call deselectRowAtIndexPath:animated:
on the tableView when a cell is selected.
@default YES
*/
@property (nonatomic, assign) BOOL deselectsRowOnSelection;
/**
The row height to use for cells created with this mapping.
Use of this property requires that RKTableController instance you are