Releases: TimOliver/TORoundedButton
Releases · TimOliver/TORoundedButton
v1.2.1
v1.2.0
Added
- A
delegate
property to receive tap events for the button where delegates are preferred over blocks. (#46) - An
isTranslucent
property (and ablurStyle
property) that replaces the background of buttons from a solid color to a blurred background. (#45) - A
contentView
property to enable adding custom view content to buttons. (#44) sizeToFit
andsizeThatFits:
methods to allow automatic sizing of buttons around their content. (#44)
Fixed
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Enchancements
- Added
minimumWidth
property to help with guiding external layout. (#21) - Refactored button from Core Animation labs chat at WWDC 2019. (#20)
- Increased corner radius default value to 12.0. (#20)
- Added lower alpha value when button is set to disabled. (#15)
- Added
UIControlEventPrimaryActionTriggered
event handling for iOS 9 apps relying on that action. (#13) - Added attributed string support to button. (#11)