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?
It goes top right, left to the Show Standard Editor
button.
you can access it with shift + cmd + L
too.
Don't forget to select a xib or storyboard file first.
And it name is Library
by the way.