<GCKUIMediaButtonBarProtocol> การอ้างอิงโปรโตคอล
ภาพรวม
โปรโตคอลการมอบสิทธิ์ GCKUIMediaButtonBarProtocol
- Since
- 3.1
รับค่า <NSObject>
รับค่าโดย GCKUIExpandedMediaControlsViewController และ GCKUIMiniMediaControlsViewController
สรุปเมธอดของอินสแตนซ์ | |
(NSUInteger) | - buttonCount |
จำนวนปุ่มสูงสุดที่ผู้รับปรับแต่งได้ เพิ่มเติม... | |
(void) | - setButtonType:atIndex: |
ตั้งค่าประเภทปุ่มสำหรับปุ่มที่ตำแหน่ง index เพิ่มเติม... | |
(GCKUIMediaButtonType) | - buttonTypeAtIndex: |
แสดงประเภทปุ่มปัจจุบันในตำแหน่งที่ระบุ เพิ่มเติม... | |
(void) | - setCustomButton:atIndex: |
ตั้งค่าอินสแตนซ์ของ UIButton ที่ควรปรากฏขึ้นในตำแหน่งปุ่มที่ระบุ เพิ่มเติม... | |
(nullable UIButton *) | - customButtonAtIndex: |
แสดงการอ้างอิงไปยังปุ่มที่กำหนดเองในตำแหน่งที่ระบุ เพิ่มเติม... | |
รายละเอียดของเมธอด
- (NSUInteger) buttonCount |
จำนวนปุ่มสูงสุดที่ผู้รับปรับแต่งได้
- คิกรีเทิร์น
- จำนวนปุ่ม
- (void) setButtonType: | (GCKUIMediaButtonType) | buttonType | |
atIndex: | (NSUInteger) | index | |
ตั้งค่าประเภทปุ่มสำหรับปุ่มที่ตำแหน่ง index
- 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 |
แสดงประเภทปุ่มปัจจุบันในตำแหน่งที่ระบุ
- Parameters
-
index The button's position, where 0 is the left-most position.
- คิกรีเทิร์น
- ประเภทของปุ่มในตำแหน่งที่เลือก
- (void) setCustomButton: | (nullable UIButton *) | customButton | |
atIndex: | (NSUInteger) | index | |
ตั้งค่าอินสแตนซ์ของ UIButton ที่ควรปรากฏขึ้นในตำแหน่งปุ่มที่ระบุ
- 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 |
แสดงการอ้างอิงไปยังปุ่มที่กำหนดเองในตำแหน่งที่ระบุ
- Parameters
-
index The button's position, where 0 is the right-most position.
- คิกรีเทิร์น
- การอ้างอิงปุ่มในตำแหน่งที่เลือก หรือ
nil
หากไม่มีปุ่มที่กำหนดเองในตำแหน่งนั้นหรือตำแหน่งไม่ถูกต้อง