-Even though there is now an official solution for adding rounded buttons to your iOS app, `TORoundedButton` still has a lot of value as an alternative. It 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. This allows a tailored, consistent experience across an entire app's surface, and includes additional conveniences such as graceful handling of the different UI styles in iOS 18 and iOS 26, as well as additional functionality like haptic feedback.
0 commit comments