<GCKUIMiniMediaControlsViewControllerDelegate> プロトコル リファレンス
概要
GCKUIMiniMediaControlsViewController デリゲート プロトコル。
- 開始:
- 3.0
<NSObject> を継承します。
インスタンス メソッドの概要 | |
(void) | - miniMediaControlsViewController:shouldAppear: |
コントロール バーのアクティブ状態の変化を通知します。その他... | |
メソッドの詳細
- (void) miniMediaControlsViewController: | (GCKUIMiniMediaControlsViewController *) | miniMediaControlsViewController | |
shouldAppear: | (BOOL) | shouldAppear | |
コントロール バーのアクティブ状態の変化を通知します。
- Parameters
-
miniMediaControlsViewController The now playing view controller instance. shouldAppear If YES
, the control bar can be displayed. IfNO
, the control bar should be hidden.