BCOVPUIAdControlView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | BCOVPUIAdControlView.h |
adPodCount
Ad pod information for the current video. These values will be detected and set automatically. We do not recommend changing them.
@property (nonatomic) int adPodCountDiscussion
Ad pod information for the current video. These values will be detected and set automatically. We do not recommend changing them.
Declared In
BCOVPUIAdControlView.h
advertisingMode
Set to YES to change the Ad Control’s UI to the advertising state.
@property (nonatomic, readwrite) BOOL advertisingModeDiscussion
Set to YES to change the Ad Control’s UI to the advertising state.
Declared In
BCOVPUIAdControlView.h
adPodCountdownButton
Ad pod countdown button
@property (nonatomic, readonly) BCOVPUIButton *adPodCountdownButtonDiscussion
Ad pod countdown button
Declared In
BCOVPUIAdControlView.h
learnMoreButton
Learn more button
@property (nonatomic, readonly) BCOVPUIButton *learnMoreButtonDiscussion
Learn more button
Declared In
BCOVPUIAdControlView.h
skipAdCountdownButton
Skip ad countdown button
@property (nonatomic, readonly) BCOVPUIButton *skipAdCountdownButtonDiscussion
Skip ad countdown button
Declared In
BCOVPUIAdControlView.h
skipAdButton
Skip ad button
@property (nonatomic, readonly) BCOVPUIButton *skipAdButtonDiscussion
Skip ad button
Declared In
BCOVPUIAdControlView.h
controlBarHeight
Height of control bar area. Used to compute location of controls. Should be set whenever control bar height changes.
@property (nonatomic, readwrite) float controlBarHeightDiscussion
Height of control bar area. Used to compute location of controls. Should be set whenever control bar height changes.
Declared In
BCOVPUIAdControlView.h
– showControls:
Show or hide all the standard controls
- (void)showControls:(BOOL)showParameters
show |
YES to show; NO to hide. |
|---|
Discussion
Show or hide all the standard controls
Declared In
BCOVPUIAdControlView.h
– enableControls:
Enable or disable all the standard controls
- (void)enableControls:(BOOL)enabledParameters
enabled |
YES to enable; NO to disable. |
|---|
Discussion
Enable or disable all the standard controls
Declared In
BCOVPUIAdControlView.h
– setFontSizeForControls:
Updates all label components with the specified font size.
- (void)setFontSizeForControls:(CGFloat)fontSizeParameters
fontSize |
The font size to update components with. |
|---|
Discussion
Updates all label components with the specified font size.
Declared In
BCOVPUIAdControlView.h
– setTextColorForControls:forState:
Updates all controls with the specified color.
- (void)setTextColorForControls:(UIColor *)textColor forState:(UIControlState)stateParameters
textColor |
The color with which to update the control text. |
|---|---|
state |
Controls state that these changes will apply to. |
Discussion
Updates all controls with the specified color.
Declared In
BCOVPUIAdControlView.h