GCKUIButton 類別

GCKUIButton 類別參考資料

總覽

支援自訂應用程式狀態的 UIButton 子類別。

這些狀態會以 OR 方式結合到按鈕的 state 屬性值,提供額外的應用程式專屬狀態。圖片可指派給這些自訂狀態,例如:

[按鈕 setImage:[UIImage imageNamed:@"myCustomStateImage"]
forState:(UIControlStateNormal | kMyControlStateCustom)];

應用程式狀態值只能使用在 UIControlStateApplication 位元遮罩中設定的位元。

Deprecated:
使用 GCKUIMultistateButton
開始時間
3.0

繼承 GCKUIMultistateButton

執行個體方法摘要

(void) - setImage:forButtonState:
 設定針對特定按鈕狀態要顯示的圖片。更多...
 

資源摘要

UIControlState applicationState
 按鈕的應用程式狀態。更多...
 
NSUInteger buttonState
 按鈕的應用程式狀態。更多...
 

方法詳細資料

- (void) setImage: (UIImage *)  image
forButtonState: (NSUInteger)  buttonState 

設定針對特定按鈕狀態要顯示的圖片。

Parameters
imageThe image.
buttonStateThe button state.

資源詳情

- (UIControlState) applicationState
readwritenonatomicassign

按鈕的應用程式狀態。

這個狀態會與按鈕的現有狀態進行 OR 運算。

- (NSUInteger) buttonState
readwritenonatomicassigninherited

按鈕的應用程式狀態。