Search code examples
iosxcodeuser-controlsinterface-builderxcode10

Controls Inspector Below Identity Inspector Missing in Xcode 10


I recently updated my Xcode 9 to Xcode 10.1. At the right bottom of the inspector pane for storyboard, the searchbox that always used to be there for finding controls such as ViewController, UIImageView, UITextfield etc. and dragging them to the storyboard is missing. I can't find it anywhere in the menu structure.

Does anyone know how to get it to display?

enter image description here


Solution

  • It goes top right, left to the Show Standard Editor button. you can access it with shift + cmd + L too.

    Library button

    Don't forget to select a xib or storyboard file first.

    And it name is Library by the way.