-1

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?

Saurabh
  • 745
  • 1
  • 9
  • 33
iFateh
  • 570
  • 2
  • 6
  • 22

1 Answers1

0

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.

Nisharg Shah
  • 16,638
  • 10
  • 62
  • 73