Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asharijuang/qtybutton

Quantity Button
https://github.com/asharijuang/qtybutton

Last synced: about 2 months ago
JSON representation

Quantity Button

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
```