ClipsButton is a completely customizable widget that can be used in any iOS app.It looks like Record Button in Apple Clips
ClipsButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ClipsButton"
let button = ClipsButton()
button.clipsColor = UIColor.red
button.innerInset = 5
Done! Now we have a gorgeous and elegant ClipsButton which looks like Apple Clip.