Home > Software engineering >  Where is the add a UI control option on XCode 14.1?
Where is the add a UI control option on XCode 14.1?

Time:11-14

There used to be a section on the right side of xib file to select a UI control (e.g. button, checkbox, text area, etc) from menu, and add to xib file, but just after upgrading to XCode 14.1, the option is gone?? couldn't find it anywhere...

enter image description here

Previously it looks like this:

enter image description here

CodePudding user response:

There's a plus sign in the upper right corner. See screenshot:

enter image description here

Then this should pop up. You can drag and drop what you want onto the storyboard.

enter image description here

CodePudding user response:

Just googled up, the thing is called "Object Library", and the command to open it is:

Command Shift L

Thanks Adrian for showing the button in screenshot!

  • Related