C# Class BemCheckBox.BemCheckBox

Inheritance: UIView
Datei anzeigen Open project: hugoparis19/Xamarin_BemCheckBox Class Usage Examples

Public Methods

Method Description
AnimationDidStopForCheckBox ( BemCheckBox checkBox ) : void
BemCheckBox ( CGRect frame, BemCheckBoxDelegate checkBoxDelegate ) : System
BemCheckBox ( NSCoder coder, BemCheckBoxDelegate checkBoxDelegate ) : System
DidTapCheckBox ( BemCheckBox checkBox ) : void
Draw ( CGRect rect ) : void
LayoutSubviews ( ) : void
Reload ( ) : void
SetOn ( bool on ) : void
SetOn ( bool on, bool animated ) : void

Private Methods

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

Method Details

AnimationDidStopForCheckBox() public method

public AnimationDidStopForCheckBox ( BemCheckBox checkBox ) : void
checkBox BemCheckBox
return void

BemCheckBox() public method

public BemCheckBox ( CGRect frame, BemCheckBoxDelegate checkBoxDelegate ) : System
frame CGRect
checkBoxDelegate BemCheckBoxDelegate
return System

BemCheckBox() public method

public BemCheckBox ( NSCoder coder, BemCheckBoxDelegate checkBoxDelegate ) : System
coder NSCoder
checkBoxDelegate BemCheckBoxDelegate
return System

DidTapCheckBox() public method

public DidTapCheckBox ( BemCheckBox checkBox ) : void
checkBox BemCheckBox
return void

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

Reload() public method

public Reload ( ) : void
return void

SetOn() public method

public SetOn ( bool on ) : void
on bool
return void

SetOn() public method

public SetOn ( bool on, bool animated ) : void
on bool
animated bool
return void