Skip to content

This is a custom control that contains three states for a switch ON, OFF and Neutral

License

Notifications You must be signed in to change notification settings

ghazi256/ThreeStatesButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreeStatesButton

This is a custom control that contains three states for a switch ON, OFF and Neutral

Import the header where you want to use this control and initialize it with

HJThreeStateButton *threeStatebtn=[[HJThreeStateButton alloc] initWithFrame:CGRectMake(100, 100, 80, 21)];

threeStatebtn.tag=101;

threeStatebtn.delegate=self;

[self.view addSubview:threeStatebtn];

About

This is a custom control that contains three states for a switch ON, OFF and Neutral

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published