Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.09 KB

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.