How to dock Objects Library in Xcode 10

Viewed 4913

After I upgraded to Xcode 10. I noticed that the Objects Library is floating instead of docked at right bottom corner. And a new button added at the top tools bar. How can I dock it to the corner as Xcode 9 did. enter image description here

2 Answers

As of now, you cannot. But you can make your life easier if you click Objects library button while holding the Option key. Object library will become a resizable window and it will stay there until you close it.

UPD for Xcode 11:

Ctrl + Shift + L to open Library.

Then you click on this tiny button that says 'hide details'.

enter image description here

It resizes the library window. Then you put it in the bottom corner or wherever you like.

enter image description here

Now if you drag some item from the library window, it will disappear. Oups...

The trick is to press Option key when you drag something for the first (!) time.

It will keep the window docked in the same place until it's closed.

P.S.

Next time you open library use Ctrl + Shift + Option + L. Window will appear in the same place. And you don't need to press Option key on the first drag.

Related