Popularity
0.3
Stable
Activity
0.0
Stable
2
1
0

Programming language: Swift
License: MIT License
Tags: UI     Button    
Latest version: v0.0.2

SpicyButton alternatives and similar libraries

Based on the "Button" category.
Alternatively, view SpicyButton alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SpicyButton or a related project?

Add another 'Button' Library

README

Logo

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

Class

  • Next, select your appearance options in the Attributes Inspector

Inspector

  • This will produce the following result:

Example