Revert "Added momentary/fixed state for table cell selection, useful for static main menu items."

This reverts commit 635e9820168f73c0c469666f62c3862436d44a32.
This commit is contained in:
Blake Watters
2011-12-22 22:22:16 -05:00
parent 8ec9ac811e
commit 9baed401ca
2 changed files with 0 additions and 9 deletions

View File

@@ -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;