https://github.com/sishenyihuba/clipsbutton
A Button inspired by Apple Clip
https://github.com/sishenyihuba/clipsbutton
clips customcontrol swift3
Last synced: 4 months ago
JSON representation
A Button inspired by Apple Clip
- Host: GitHub
- URL: https://github.com/sishenyihuba/clipsbutton
- Owner: sishenyihuba
- License: mit
- Created: 2017-08-24T11:31:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T09:47:53.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T15:16:37.456Z (about 1 year ago)
- Topics: clips, customcontrol, swift3
- Language: Swift
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/lkzhao/Hero/blob/master/LICENSE?raw=true)



**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.