Inherits EMSearchController, and <EMInfiniteGridViewDelegate>.
Public Member Functions | |
(UIView< EMGridViewCell > *) | - gridView:largeCellForObject:indexPath: |
(UIView< EMGridViewCell > *) | - gridView:thumbCellForObject:indexPath: |
Protected Attributes | |
EMButton * | _filterButton |
UIView * | _container |
EMInfiniteScrollView * | _iTableView |
EMInfiniteGridView * | _iGridView |
EMInfiniteGridView * | _iLargeGridView |
UIView * | _toggleView |
UISegmentedControl * | _navToggleButton |
NSInteger | _itemIndex |
NSMutableArray * | _views |
CGFloat | _gridOffset |
NSArray * | _styles |
EMTogglePlacement | _togglePlacement |
Properties | |
NSArray * | styles |
EMTogglePlacement | togglePlacement |
- (EMButton*) _filterButton [protected] |
User Interface Elements
- (NSInteger) _itemIndex [protected] |
Internal variables
- (NSArray*) _styles [protected] |
Configuration options
- (NSArray*) styles [read, write, retain] |
An array of NSString objects representing layout styles for this component.
Default = {List, GridThumb, GridLarge}.
- (EMTogglePlacement) togglePlacement [read, write, assign] |
Whether to place the toggle button on the sort bar or the nav bar Default = EMTogglePlacementNavBar