2

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 after upgrading to Xcode 14.1 the option is gone. I can't find it anywhere.

enter image description here

Previously it looked like this:

enter image description here

HangarRash
  • 7,314
  • 5
  • 5
  • 32
RainCast
  • 4,134
  • 7
  • 33
  • 47
  • Does this answer your question? [Xcode 10, where are the UI elements?](https://stackoverflow.com/questions/51051532/xcode-10-where-are-the-ui-elements) – Evgeny Karkan Nov 13 '22 at 23:45

2 Answers2

3

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

Adrian
  • 16,233
  • 18
  • 112
  • 180
3

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!

RainCast
  • 4,134
  • 7
  • 33
  • 47