An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/cocoapods/l/Hero.svg?style=flat)](https://github.com/lkzhao/Hero/blob/master/LICENSE?raw=true)
![Xcode 8.2+](https://img.shields.io/badge/Xcode-8.2%2B-blue.svg)
![iOS 9.0+](https://img.shields.io/badge/iOS-8.0%2B-blue.svg)
![Swift 3.0+](https://img.shields.io/badge/Swift-3.0%2B-orange.svg)

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