AI-generated Key Takeaways
-
The GCKUIMiniMediaControlsViewControllerDelegate protocol is the delegate for the GCKUIMiniMediaControlsViewController.
-
This protocol notifies about changes in the active state of the control bar.
-
The
miniMediaControlsViewController:shouldAppear:method is used to indicate whether the control bar should be displayed or hidden.
Overview
The GCKUIMiniMediaControlsViewController delegate protocol.
- Since
- 3.0
Inherits <NSObject>.
Instance Method Summary | |
| (void) | - miniMediaControlsViewController:shouldAppear: |
| Notifies about a change in the active state of the control bar. More... | |
Method Detail
| - (void) miniMediaControlsViewController: | (GCKUIMiniMediaControlsViewController *) | miniMediaControlsViewController | |
| shouldAppear: | (BOOL) | shouldAppear | |
Notifies about a change in the active state of the control bar.
- Parameters
-
miniMediaControlsViewController The now playing view controller instance. shouldAppear If YES, the control bar can be displayed. IfNO, the control bar should be hidden.