Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asharijuang/qtybutton
Quantity Button
https://github.com/asharijuang/qtybutton
Last synced: about 2 months ago
JSON representation
Quantity Button
- Host: GitHub
- URL: https://github.com/asharijuang/qtybutton
- Owner: asharijuang
- License: mit
- Created: 2018-11-17T07:54:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T15:13:10.000Z (about 6 years ago)
- Last Synced: 2024-10-19T05:20:15.030Z (3 months ago)
- Language: Swift
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [QTYButton](https://github.com/asharijuang/QTYButton) - Quantity Button to shoping cart
![QTYButton: Quantity Button to shoping cart](https://raw.githubusercontent.com/asharijuang/QTYButton/master/preview.png)
## Features
- [x] Custom component, exp : label, button plus, button minus, and button add
- [x] Set default value
- [x] Callback function when value changed## Installation
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
```bash
$ gem install cocoapods
```To integrate QTYButton into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!target '' do
pod 'QTYButton',
end
```Then, run the following command:
```bash
$ pod install
```