Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to dock Objects Library in Xcode 10

Tags:

xcode10

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

like image 219
Paul Avatar asked Sep 20 '18 14:09

Paul


People also ask

Where is the object library Xcode?

The Object Library You can view the Library by choosing View, Utilities, Show Object Library from the menu bar (Control+Option+Command+3). If it isn't already visible, the Utility area of the Xcode interface opens, and Object Library is displayed in the lower right.

How do I show media library in Xcode?

To open the library pane in newer versions of Xcode, select the square within a circle icon in the top right hand corner. This will bring up the library pane and you can search for any object. The keyboard shortcut to open this library pane is Shift + Cmd + L.

Where is library button in Xcode 13?

In Xcode 13, the Object library is hidden by default. You have to click the + button at the top menu, as displayed in figure 3-14, to make it appear as a floating window. The Object library contains all the available UI objects such as button, label, image view for you to design your user interface.


1 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.

like image 167
Andrew Furletov Avatar answered Jan 04 '23 08:01

Andrew Furletov