Search code examples
xcodexcode5

keyboard shortcut for object library's search field in xcode


Is there a keyboard shortcut that will directly put my cursor on the object library's search field. Whenever I want to add new view i drag my mouse to the bottom right and click on the search field to search for objects like "button" "label" instead i am looking for a keyboard shortcut.


Solution

  • 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