We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8eb13 commit f05ca70Copy full SHA for f05ca70
TORoundedButton/TORoundedButton.h
@@ -44,7 +44,7 @@ IB_DESIGNABLE @interface TORoundedButton : UIControl
44
45
/// The corner-rounding behaviour of the button's boundaries.
46
/// On iOS 26 and above, this is the `.capsule` preset by default.
47
-@property (nonatomic, strong, nullable) UICornerConfiguration *cornerConfiguration API_AVAILABLE(ios(26.0));;
+@property (nonatomic, strong, nullable) UICornerConfiguration *cornerConfiguration API_AVAILABLE(ios(26.0));
48
49
/// The radius of the corners of this button.
50
/// (Default is 12.0f on iOS 18 and below. For iOS 26.0, changing this property will update `cornerConfiguration`.)
0 commit comments