Skip to content

一个用来选择数量,可以多属性自定义,扩展性比较高,常用语购物车选择数量之类的

Notifications You must be signed in to change notification settings

GeekZP/ZPCusCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZPCusCount

//textfeild 是否允许手动输入(默认NO)

@property (nonatomic,assign) BOOL isSupport;

//控件圆角

@property (nonatomic,assign) NSInteger viewCornerRadius;

//设置左右加减按钮的宽度(默认是等于整个控件的高度)

@property (nonatomic,assign) CGFloat leftRightWidth;

//设置边缘线的颜色(默认为黑色)

@property (nonatomic,strong) UIColor *lineColor;

//设置textfeild的值

@property (nonatomic,copy) NSString *textCount;

//设置textfeild的最大值

@property (nonatomic,copy) NSString *maxCount;

效果图

image

About

一个用来选择数量,可以多属性自定义,扩展性比较高,常用语购物车选择数量之类的

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published