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:

enter image description here


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, enter image description here

Than you will see like

enter image description here


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.

Tags:

Xcode

Xcode5