mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 12:45:33 +08:00
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:
committed by
Blake Watters
parent
59d3614ee2
commit
9e37304411
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user