- ARClearFlatButton now has a two pixel width instead of a single pixel
- Changes the disabled transparency in all ARFlatButtons
- Changes the font size in all buttons
- Fixes for CocoaPods 1.0 dependency resolver and OSS fonts.
- Add
-[ARUnderlineButton setUnderlinedTitle:underlineRange:state]
to easily set a title with partial underline. - Fix a partial underline bug on iOS >= 8.0 && < 8.3
- Updated to use new UIView+BooleanAnimations pod as a dependency (#2).
- Ability to toggle whether changes that happen automatically with state change (color, alpha) should be animated,
without having to override the state setter methods in subclasses.
shouldAnimateStateChange
defaults to YES. - Ability to toggle whether or not a Disabled button should be at 50% alpha.
shouldDimWhenDisabled
defaults to YES. - Added generic underline button that may be subclassed
- Initial release.