프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NormalColor | UIKit.UIColor |
메소드 | 설명 | |
---|---|---|
BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool | ||
ContinueTracking ( UITouch uitouch, UIEvent uievent ) : bool | ||
Draw ( CGRect rect ) : void | ||
EndTracking ( UITouch uitouch, UIEvent uievent ) : void | ||
GlassButton ( CGRect frame ) : CoreGraphics |
Creates a new instance of the GlassButton using the specified dimensions
|
public BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool | ||
uitouch | UITouch | |
uievent | UIEvent | |
리턴 | bool |
public ContinueTracking ( UITouch uitouch, UIEvent uievent ) : bool | ||
uitouch | UITouch | |
uievent | UIEvent | |
리턴 | bool |
public EndTracking ( UITouch uitouch, UIEvent uievent ) : void | ||
uitouch | UITouch | |
uievent | UIEvent | |
리턴 | void |
public GlassButton ( CGRect frame ) : CoreGraphics | ||
frame | CGRect | |
리턴 | CoreGraphics |