https://github.com/lukecrum/SpicyButton
Full-featured IBDesignable UIButton class
https://github.com/lukecrum/SpicyButton
Last synced: 4 months ago
JSON representation
Full-featured IBDesignable UIButton class
- Host: GitHub
- URL: https://github.com/lukecrum/SpicyButton
- Owner: lukecrum
- License: mit
- Created: 2017-12-05T19:32:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T14:31:51.000Z (over 7 years ago)
- Last Synced: 2024-11-07T19:19:33.827Z (5 months ago)
- Language: Swift
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ios - SpicyButton - Full-featured IBDesignable UIButton class (UI / Button)
- awesome-ios-star - SpicyButton - Full-featured IBDesignable UIButton class (UI / Button)
README

# SpicyButton
Full-featured IBDesignable UIButton class# Installation
- Add the following to your project's Podfile:
```Ruby
pod 'SpicyButton'
```# Usage
## You can easily create buttons using Storyboard files:
- First, add the SpicyButton class to your UIButton
- Next, select your appearance options in the Attributes Inspector

- This will produce the following result:
