Method | Description | |
---|---|---|
AnimationDidStopForCheckBox ( |
||
BemCheckBox ( CGRect frame, |
||
BemCheckBox ( NSCoder coder, |
||
DidTapCheckBox ( |
||
Draw ( CGRect rect ) : void | ||
LayoutSubviews ( ) : void | ||
Reload ( ) : void | ||
SetOn ( bool on ) : void | ||
SetOn ( bool on, bool animated ) : void |
Method | Description | |
---|---|---|
AddOffAnimation ( ) : void | ||
AddOnAnimation ( ) : void | ||
CommonInit ( ) : void | ||
DrawCheckMark ( ) : void | ||
DrawEntireCheckBox ( ) : void | ||
DrawOffBox ( ) : void | ||
DrawOnBox ( ) : void | ||
HandleTapCheckBox ( UITapGestureRecognizer gestureRecognizer ) : void | ||
InitAnimationManager ( ) : void | ||
InitPathManager ( ) : void | ||
SetStyle ( ) : void |
public AnimationDidStopForCheckBox ( |
||
checkBox | ||
return | void |
public BemCheckBox ( CGRect frame, |
||
frame | CGRect | |
checkBoxDelegate | ||
return | System |
public BemCheckBox ( NSCoder coder, |
||
coder | NSCoder | |
checkBoxDelegate | ||
return | System |
public DidTapCheckBox ( |
||
checkBox | ||
return | void |
public SetOn ( bool on, bool animated ) : void | ||
on | bool | |
animated | bool | |
return | void |