Skip to content

Commit 99cadb9

Browse files
authored
Add zooming animation and haptic feedback features
Added features for zooming animation and haptic feedback.
1 parent ecf3817 commit 99cadb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ _In iOS 15, Apple finally introduced an official way to create rounded `UIButton
2626

2727
* A completely custom implementation; no `UIButton` hacking.
2828
* Implemented with guidance from Core Animation engineers at WWDC 2019.
29+
* Plays a smooth, interruptible zooming animation when tapped.
30+
* Provides haptic feedback when tapped on supported devices.
2931
* Uses the classic Apple 'continuous' curving style on iOS 13 and up.
3032
* Extremely flexible with many options for configuring the look and feel of the button.
3133
* Integrates with Interface Builder for visual configuration.

0 commit comments

Comments
 (0)