A custom UIButton that has the look and feel of the rounded rect buttons, seen in the AppStore along with some other Apple's apps.
This button is marked IB_DESIGNABLE and can be configured from the Interface Builder. When you do so, take note of two things:
- You need to set the
Type
parameter toCustom
in the Attributes inspector. - If you are using CocoaPods, add the
use_frameworks!
to your PodFile. Note that dynamic frameworks are not available prior to iOS 8.0.
iOS 7.1+
DKRoundedRectButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DKRoundedRectButton"
Daniil Konoplev, danchoys@icloud.com
DKRoundedRectButton is available under the MIT license. See the LICENSE file for more info.