Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 633 Bytes

Logo

SpicyButton

Full-featured IBDesignable UIButton class

Installation

  • Add the following to your project's Podfile:
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