'Missing View in Inspector Area in Xcode Version 13.3

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?



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nisharg Shah