Skip to content

ideil/SoftButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftButton by ideil.

SoftButton makes it easy to add responsive cushy buttons to your iOS app! It's a UIButton subclass that lets you configure its style and behavior right in Storyboard.

Installation

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

To integrate SoftButton into your Xcode project using Carthage, specify it in your Cartfile:

github "ideil/SoftButton" >= 1.0

Run carthage update to build the framework and drag the built SoftButton.framework into your Xcode project.

Manually

Just download the project, and drag and drop the "SoftButton" folder in your project.

If you have troubles displaying controls in Storyboard, add @loader_path/../Frameworks value to Runpath Search Paths of your target build setting.

License

SoftButton is available under the MIT license. See the LICENSE file for more info.