Missing View in Inspector Area in Xcode Version 13.3

213 views Asked by At

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.

Old Image

But now this feature is not showing in Xcode. I have redownloaded Xcode but still, the same issue appears in The Xcode.

New Image

Can someone suggest to me what's wrong here?

1

There are 1 answers

0
Vaibhav Khatri On BEST ANSWER

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.