Genel bakış
"Şu anda oynatılıyor" denetim çubuğunu uygulayan bir görüntüleme denetleyicisi.
Varsayılan yapılandırmasında, geçerli medya öğesi için bir küçük resim, başlık ve alt başlık, bir akış ilerleme çubuğu ve bir oynat/duraklat açma/kapatma düğmesi görüntüler.
Delege protokolü için GCKUIMiniMediaControlsViewControllerDelegate sayfasına bakın.
- yılından beri
- 3,0
UIViewController'ı devralır. <GCKUIMediaButtonBarProtocol> yöntemini uygular.
Örnek Yöntemi Özeti | |
(NSUInteger) | - buttonCount |
Alıcı tarafından özelleştirilebilen maksimum düğme sayısı. Diğer... | |
(void) | - setButtonType:atIndex: |
index konumundaki düğme için düğme türünü ayarlar. Diğer... | |
(GCKUIMediaButtonType) | - buttonTypeAtIndex: |
Belirli bir konumdaki geçerli düğme türünü döndürür. Diğer... | |
(void) | - setCustomButton:atIndex: |
Belirli bir düğme konumunda sunulması gereken UIButton örneğini ayarlar. Diğer... | |
(nullable UIButton *) | - customButtonAtIndex: |
Belirli bir konumdaki özel düğmeye bir referans döndürür. Diğer... | |
Mülk Özeti | |
id < GCKUIMiniMediaControlsViewControllerDelegate > | delegate |
Görünüm denetleyicisinin Delgate'idir. Genellikle, gerektiğinde bu kontrol çubuğunu sunmak ve gizlemekten sorumlu tam ekran görüntü denetleyicisidir. Diğer... | |
BOOL | thumbnailEnabled |
Küçük resmin gösterilip gösterilmeyeceği. Diğer... | |
BOOL | active |
Kontrol çubuğunun görüntülenme durumunu belirtir. Diğer... | |
CGFloat | minHeight |
Bu görünümün sunulması gereken minimum (ve tercih edilen) yükseklik. Diğer... | |
Yöntem Ayrıntısı
- (NSUInteger) buttonCount |
Alıcı tarafından özelleştirilebilen maksimum düğme sayısı.
- İlerlemeler
- Düğme sayısı.
- (void) setButtonType: | (GCKUIMediaButtonType) | buttonType | |
atIndex: | (NSUInteger) | index | |
index
konumundaki düğme için düğme türünü ayarlar.
- Parameters
-
buttonType The type of the button. If the type is GCKUIMediaButtonTypeCustom, a UIButton instance should be passed for the same index using setCustomButton:atIndex:. Otherwise a default button is created and presented in that position. index The position in which the button should be presented. 0 is the left-most position. Indices should be smaller than the value returned by buttonCount.
- (GCKUIMediaButtonType) buttonTypeAtIndex: | (NSUInteger) | index |
Belirli bir konumdaki geçerli düğme türünü döndürür.
- Parameters
-
index The button's position, where 0 is the left-most position.
- İlerlemeler
- Seçili konumdaki düğmenin türü.
- (void) setCustomButton: | (nullable UIButton *) | customButton | |
atIndex: | (NSUInteger) | index | |
Belirli bir düğme konumunda sunulması gereken UIButton örneğini ayarlar.
- Parameters
-
customButton The button instance to be presented in the control bar. index The position in which the button should be presented. 0 is the left-most position. Indices should be smaller than the value returned by buttonCount.
- (nullable UIButton *) customButtonAtIndex: | (NSUInteger) | index |
Belirli bir konumdaki özel düğmeye bir referans döndürür.
- Parameters
-
index The button's position, where 0 is the right-most position.
- İlerlemeler
- Seçili konumdaki düğmeye bir referans veya bu konumda özel düğme yoksa ya da konum geçersizse
nil
.
Mülk Ayrıntısı
|
readwritenonatomicweak |
Görünüm denetleyicisinin Delgate'idir. Genellikle, gerektiğinde bu kontrol çubuğunu sunmak ve gizlemekten sorumlu tam ekran görüntü denetleyicisidir.
|
readwritenonatomicassign |
Küçük resmin gösterilip gösterilmeyeceği.
Varsayılan olarak bu özellik YES
değerine ayarlanmıştır.
|
readnonatomicassign |
Kontrol çubuğunun görüntülenme durumunu belirtir.
YES
etkinken kontrol çubuğuyla kontrol edilebilen ve görünür hale getirilebilen medya yayınlanmış olur. NO
olduğunda kontrol çubuğu gizlenmelidir.
|
readnonatomicassign |
Bu görünümün sunulması gereken minimum (ve tercih edilen) yükseklik.