keyboard shortcut for object library's search field in xcode
Instructions for Xcode 10:
Shortcuts from the keyboard for opening the Object Library is:
Shift + Command + L
Or from Xcode:
View -> Libraries -> Show Library
like the following image:
Update for Xcode 10
Shortcuts from the keyboard for opening the Object Library is:
Command + Shift + L
Old
In object Library You can set your focus Direct to object, using just press particular key for object from keyboard,
Sect focus to Object Library ⌃⌥⌘ 3 / Command + Option -Ctrl +3
If you want UIButton just press B
and focus is on UIButton.
You not need to search every time in searchbar.
Or
You can change GridView of Object Library so you can see more controls at time,
Than you will see like
there's a simpler shortcut than the accepted answer.
Command + option + L
Something extra that I've just found out. Tapping enter after selecting an object from the object library pane will get it added to the storyboard, inside the currently selected view.