OOTVOptionsCollectionViewController Class Reference

#import <OOTVOptionsCollectionViewController.h>

+ Inheritance diagram for OOTVOptionsCollectionViewController:

Instance Methods

(instancetype) - initWithViewController:
 
(NSInteger) - collectionView:numberOfItemsInSection: [implementation]
 
(NSInteger) - numberOfSectionsInCollectionView: [implementation]
 
(UICollectionViewCell *) - collectionView:cellForItemAtIndexPath: [implementation]
 
(CGSize) - collectionView:layout:sizeForItemAtIndexPath: [implementation]
 
(BOOL) - collectionView:canFocusItemAtIndexPath: [implementation]
 
(void) - collectionView:didSelectItemAtIndexPath: [implementation]
 
(void) - collectionView:didDeselectItemAtIndexPath: [implementation]
 
(BOOL) - collectionView:shouldHighlightItemAtIndexPath: [implementation]
 
(BOOL) - collectionView:shouldSelectItemAtIndexPath: [implementation]
 

Properties

OOTVOptionsCollectionViewoptionsCollectionView
 
OOOoyalaTVPlayerViewControllerviewController
 
OOOoyalaTVTopBarbarView
 
NSIndexPath * selectedIndex
 

Method Documentation

- (BOOL) collectionView: (UICollectionView *)  collectionView
canFocusItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (UICollectionViewCell *) collectionView: (UICollectionView *)  collectionView
cellForItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (void) collectionView: (UICollectionView *)  collectionView
didDeselectItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (void) collectionView: (UICollectionView *)  collectionView
didSelectItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (CGSize) collectionView: (UICollectionView *)  collectionView
layout: (UICollectionViewLayout *)  collectionViewLayout
sizeForItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (NSInteger) collectionView: (UICollectionView *)  collectionView
numberOfItemsInSection: (NSInteger)  section 
implementation
- (BOOL) collectionView: (UICollectionView *)  collectionView
shouldHighlightItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (BOOL) collectionView: (UICollectionView *)  collectionView
shouldSelectItemAtIndexPath: (NSIndexPath *)  indexPath 
implementation
- (instancetype) initWithViewController: (OOOoyalaTVPlayerViewController *)  controller
- (NSInteger) numberOfSectionsInCollectionView: (UICollectionView *)  collectionView
implementation

Property Documentation

- (OOOoyalaTVTopBar*) barView
readwritenonatomicassign
- (OOTVOptionsCollectionView*) optionsCollectionView
readwritenonatomicassign
- (NSIndexPath*) selectedIndex
readwritenonatomicassign
- (OOOoyalaTVPlayerViewController*) viewController
readwritenonatomicweak

The documentation for this class was generated from the following files: