BorderedButton

UI Button subclass that imitates buttons in the App Store app.


License
MIT
Install
pod try BorderedButton

Documentation

BorderedButton

UI Button subclass that imitates buttons in the App Store app.

Installation

CocoaPods

Install CocoaPods with the following command:

$ gem install cocoapods

Go to your project directory and create a Podfile with:

$ pod init

Add these lines to your Podfile:

use_frameworks!

target '<Your Target Name>' do
    pod 'BorderedButton'
end

Finally, run the following command:

$ pod install

Manually

Drag the whole project into your workspace, build it, and add the framework to the Embedded Binaries of your project.