0

Is it possible to move the output/find window that sits above the source editor to the bottom?

I was hoping there might be a hidden preference some where, or perhaps someone has edited the nib file to do the re-arrangement.

cheers

Peter Hosey
  • 95,783
  • 15
  • 211
  • 370
push 22
  • 1,172
  • 3
  • 15
  • 34

1 Answers1

1

No. Apart from the three "layouts" in Xcode > Preferences > General there is no customization of the UI layout in Xcode. The top level layout is not done with nibs, so a hacked nib will not do it.

cdespinosa
  • 20,661
  • 6
  • 33
  • 39