I have Xcode version 13.3. After downloading Xcode 13, I can set the corner radius from the storyboard. This feature is given by Xcode it is not a custom function or IBinspectable. My old view with the features.
But now this feature is not showing in Xcode. I have redownloaded Xcode but still, the same issue appears in The Xcode.
Can someone suggest to me what's wrong here?
CodePudding user response:
Xcode is not provided by the default corner radius option if you wish you can add a corner radius from the storyboard you need to add an extension for UIView.
I am using Xcode 13.2.1, I have checked for the same in my Xcode, after adding Extension I am able to add a corner radius from the storyboard.