You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A `delegate` property to receive tap events for the button where delegates are preferred over blocks.
7
-
* An `isTranslucent` property (and a `blurStyle` property) that replaces the background of buttons from a solid color to a blurred background.
8
-
* A `contentView` property to enable adding custom view content to buttons.
9
-
*`sizeToFit` and `sizeThatFits:` methods to allow automatic sizing of buttons around their content.
6
+
* A `delegate` property to receive tap events for the button where delegates are preferred over blocks. ([#46](https://github.com/TimOliver/TORoundedButton/pull/46))
7
+
* An `isTranslucent` property (and a `blurStyle` property) that replaces the background of buttons from a solid color to a blurred background. ([#45](https://github.com/TimOliver/TORoundedButton/pull/45))
8
+
* A `contentView` property to enable adding custom view content to buttons. ([#44](https://github.com/TimOliver/TORoundedButton/pull/44))
9
+
*`sizeToFit` and `sizeThatFits:` methods to allow automatic sizing of buttons around their content. ([#44](https://github.com/TimOliver/TORoundedButton/pull/44))
10
10
11
11
### Fixed
12
12
13
-
* Re-calculating the darker tap color when moving between light and dark mode.
14
-
* Changed the tap-down animation to always use a fluid zoom animation.
15
-
* A broken symlink reference in the SPM integration.
13
+
* Re-calculating the darker tap color when moving between light and dark mode. ([#34](https://github.com/TimOliver/TORoundedButton/pull/34))
14
+
* Changed the tap-down animation to always use a fluid zoom animation. ([#35](https://github.com/TimOliver/TORoundedButton/pull/35))
15
+
* A broken symlink reference in the SPM integration. ([#48](https://github.com/TimOliver/TORoundedButton/pull/48))
0 commit comments