Create complex Ticket/Coupon Design using Simple library for real
- Easy to integrate using IBDesignables
- Customisable circle radius, cutting depth and sides
- Simple AF
- iOS 11.0+
- Xcode 10.0
- Swift 4.0+
For tutorial click here
You can use CocoaPods to install ABTicketView
by adding it to your Podfile
:
platform :ios, '12.0'
use_frameworks!
pod 'ABTicketView'
import ABTicketView
//Create an IBOutlet from Storyboard of UIView
@IBOutlet weak var myTicketView: ABTicketView!
// To change needle value
myTicketView.circleDiameter = 20
myTicketView.cuttingDepth = 20
myTicketView.ticketColor = UIColor.blue
We would love you for the contribution to ABTicketView, check the LICENSE
file for more info.
Ajay Bhanushali – LinkedIn – [email protected]
Distributed under the MIT license. See LICENSE
for more information.