JinfeiChen / JFQuantityView

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFQuantityView

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

Usage

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

About

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

License:MIT License


Languages

Language:Objective-C 100.0%