Skip to content

电商项目中,添加购物车时,选择商品数量的视图控件。

License

Notifications You must be signed in to change notification settings

JinfeiChen/JFQuantityView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFQuantityView

电商项目中,添加购物车时,选择商品数量的视图控件。 代码太简单,一看即懂。

Usage

JFQuantity *productQuantityView = [[JFQuantityView alloc] initWithFrame:CGRectMake(0, 0, 100, 30)];
productQuantityView.min = 1;
productQuantityView.max = 50;
productQuantityView.delegate = self;

About

电商项目中,添加购物车时,选择商品数量的视图控件。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published