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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
`TORoundedButton` has been crafted to be as graphically performant as possible, based on guidance from Core Animation engineers from Apple at WWDC 2019. It is not simply a subclass of `UIButton`. Instead, it is a subclass of `UIControl` with all button graphics and behavior re-engineered from scratch.
22
22
23
-
_In 2021, Apple finally introduced an official way to create rounded `UIButton` styles with the [new `UIBackgroundConfiguration` API](https://developer.apple.com/documentation/uikit/uibackgroundconfiguration). If your app targets iOS 15 and above, you should consider using the official API instead._
23
+
_In 2021, Apple finally introduced an official way to create rounded `UIButton` styles with the [new `UIButtonConfiguration` API](https://developer.apple.com/documentation/uikit/uibackgroundconfiguration). 🎉 For simple button implementations, you should consider using the official API, but this library will still be available for more advanced use cases._
0 commit comments