MGButton
MGButton is a simple UIButton extension, it helps developers to set some porperty in the storyboard directly.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Supported porperties
- cornerRadius (CGFloat)
- normalBackgroundColor (CGFloat)
- disabledBackgroundColor (CGFloat)
Installation
MGButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MGButton', '~> 0.2'
Author
lm2343635, [email protected]
License
MGButton is available under the MIT license. See the LICENSE file for more info.