QTYButton 0.1.0

QTYButton 0.1.0

Maintained by Ashari Juang.



QTYButton 0.1.0

  • By
  • Ashari Juang

QTYButton - Quantity Button to shoping cart

QTYButton: Quantity Button to shoping cart

Features

  • Custom component, exp : label, button plus, button minus, and button add
  • Set default value
  • Callback function when value changed

Installation

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate QTYButton into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'QTYButton',
end

Then, run the following command:

$ pod install