Thanks to visit codestin.com
Credit goes to github.com

Skip to content

shr871217/HRCheckBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HRCheckBox

类似 WEB 的 checkBox,带左边或者右边的文案提示

  1. 支持两种样式 typedef NS_ENUM(NSUInteger, RXCheckBoxStyle){ RXCheckBoxStyle_left,//文字在左边 RXCheckBoxStyle_right//文字在右边 };

  2. 支持自定义图片和内置图片

  • (id)initWithFrame:(CGRect)frame withOnImg:(UIImage *)onImg andOffImg:(UIImage *)offImg andTitle:(NSString *)title style:(RXCheckBoxStyle)checkStyle;

About

类似 WEB 的 checkBox,带左边或者右边的文案提示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors