/ClipsButton

A Button inspired by Apple Clip

Primary LanguageSwiftMIT LicenseMIT

License Xcode 8.2+ iOS 9.0+ Swift 3.0+

ClipsButton is a completely customizable widget that can be used in any iOS app.It looks like Record Button in Apple Clips

Install

ClipsButton is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ClipsButton"

Useage

@IBInspectable Supported

Code

let button = ClipsButton()
button.clipsColor = UIColor.red
button.innerInset = 5

Done! Now we have a gorgeous and elegant ClipsButton which looks like Apple Clip.