OOCastMiniControllerView Class Reference

#import <OOCastMiniControllerView.h>

+ Inheritance diagram for OOCastMiniControllerView:

Instance Methods

(nonnull instancetype) - initWithFrame:castManager:delegate:
 
(instancetype) - initWithFrame:castManager:delegate: [implementation]
 
(void) - touchesEnded:withEvent: [implementation]
 
(void) - setupMiniControllerCell [implementation]
 
(void) - setPlayPauseButtonImageOn: [implementation]
 
(void) - setThumbImageOn: [implementation]
 
(void) - playPausePressed: [implementation]
 
(void) - play [implementation]
 
(void) - pause [implementation]
 
(void) - updatePlayState: [implementation]
 
(void) - dismiss [implementation]
 

Properties

UITableViewCell * cell
 
OOCastManagercastManager [implementation]
 
id< OOCastMiniControllerDelegate > delegate [implementation]
 

Method Documentation

- (void) dismiss
implementation
- (instancetype) initWithFrame: (CGRect)  frame
castManager: (OOCastManager *)  castManager
delegate: (id<OOCastMiniControllerDelegate>)  delegate 
implementation
- (nonnull instancetype) initWithFrame: (CGRect)  frame
castManager: (nullable OOCastManager *)  castManager
delegate: (nullable id< OOCastMiniControllerDelegate >)  delegate 
- (void) pause
implementation
- (void) play
implementation
- (void) playPausePressed: (id)  sender
implementation
- (void) setPlayPauseButtonImageOn: (UITableViewCell *)  cell
implementation
- (void) setThumbImageOn: (UITableViewCell *)  cell
implementation
- (void) setupMiniControllerCell
implementation
- (void) touchesEnded: (NSSet *)  touches
withEvent: (UIEvent *)  event 
implementation
- (void) updatePlayState: (BOOL)  isPlaying
implementation

Property Documentation

- (OOCastManager*) castManager
readwritenonatomicweakimplementation
- (UITableViewCell*) cell
readwritenonatomicassign
- (id<OOCastMiniControllerDelegate>) delegate
readwritenonatomicweakimplementation

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