GCKUIMultistateButton Sınıfı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Birden çok durumu destekleyen bir UIButton alt sınıfı.
setImage:forButtonState: (GCKUIMultistateButton) yöntemini kullanarak her duruma bir görüntü atayın.
- yılından beri
- 4,0
UIButton'ı devralır.
Devralınan kaynak: GCKUIButton.
- (void) setImage: |
|
(UIImage *) |
image |
forButtonState: |
|
(NSUInteger) |
buttonState |
|
|
| |
Belirli bir düğme durumu için görüntülenecek resmi ayarlar.
- Parameters
-
image | The image. |
buttonState | The button state. |
- (NSUInteger) buttonState |
|
readwritenonatomicassign |
Düğmenin uygulama durumu.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2023-12-02 UTC."],[[["`GCKUIMultistateButton` is a subclass of `UIButton` that supports multiple states, allowing you to assign different images for each state."],["You can set the image for a specific button state using the `setImage:forButtonState:` method."],["The `buttonState` property indicates the current application state of the button."],["This class is available since version 4.0 of the framework and is inherited by `GCKUIButton`."]]],[]]