TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2016 |
Maintained by Elvis Nuñez.
#import "UIButton+ANDYHighlighted.h"
UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
[button setBackgroundColor:[UIColor redColor]];
[button setHighlightedBackgroundColor:[UIColor grayColor]];
[button setTitleColor:[UIColor whiteColor]];
[button setHighlightedTitleColor:[UIColor redColor]];
UIButton-ANDYHighlighted is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UIButton-ANDYHighlighted'
Elvis Nuñez, [email protected]
UIButton-ANDYHighlighted is available under the MIT license. See the LICENSE file for more info.