mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-25 13:46:12 +08:00
Revert "Added momentary/fixed state for table cell selection, useful for static main menu items."
This reverts commit 635e9820168f73c0c469666f62c3862436d44a32.
This commit is contained in:
@@ -82,7 +82,6 @@ static NSString* lastUpdatedDateDictionaryKey = @"lastUpdatedDateDictionaryKey";
|
||||
@synthesize canMoveRows = _canMoveRows;
|
||||
@synthesize autoResizesForKeyboard = _autoResizesForKeyboard;
|
||||
@synthesize emptyItem = _emptyItem;
|
||||
@synthesize cellSelectionType = _cellSelectionType;
|
||||
|
||||
@synthesize cellSwipeViewsEnabled = _cellSwipeViewsEnabled;
|
||||
@synthesize cellSwipeView = _cellSwipeView;
|
||||
@@ -143,7 +142,6 @@ static NSString* lastUpdatedDateDictionaryKey = @"lastUpdatedDateDictionaryKey";
|
||||
_footerItems = [NSMutableArray new];
|
||||
_showsHeaderRowsWhenEmpty = YES;
|
||||
_showsFooterRowsWhenEmpty = YES;
|
||||
_cellSelectionType = RKTableViewCellSelectionMomentary;
|
||||
|
||||
// Setup autoRefreshRate to (effectively) never
|
||||
_autoRefreshFromNetwork = NO;
|
||||
|
||||
Reference in New Issue
Block a user