UIButton-ANDYHighlighted 2.0.0

UIButton-ANDYHighlighted 2.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by Elvis Nuñez.



Usage

#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]];

Installation

UIButton-ANDYHighlighted is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UIButton-ANDYHighlighted'

Author

Elvis Nuñez, [email protected]

License

UIButton-ANDYHighlighted is available under the MIT license. See the LICENSE file for more info.