HARDWARRIOR
HARDWARRIOR

Reputation: 841

How to customize a toolbar in Xcode 4?

Is there a way to customize toolbar in Xcode 4? Reorder buttons, remove default and add new? Also I want to turn off text under toolbar buttons, since I run Xcode 4 on 13" Macbook where every pixel is precious.

Upvotes: 11

Views: 9800

Answers (3)

fūjin
fūjin

Reputation: 179

To turn off text underneath the buttons just cmd+click on the top right button (on the level with the traffic lights). This is a global thing.

The rest you're stuck with I'm afraid.

Upvotes: 9

Graeme Hutchison
Graeme Hutchison

Reputation: 242

As Elibud says toolbar customisation is no longer available, I use a 13" Macbook and, minimise them. I am running Xcode V3, it's a bit easier to see all the windows as you can move all the menus around and open Interface Builder separately.

Upvotes: 1

elibud
elibud

Reputation: 8169

According to: http://pilky.me/view/16 toolbar customization is gone, and unlikely to return :(

Upvotes: 2

Related Questions