XCode:重新排列输出/主窗口
是否可以将位于源编辑器上方的输出/查找窗口移至底部?
我希望在某个地方可能存在隐藏的偏好,或者也许有人编辑了 nib 文件来进行重新排列。
干杯
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有。除了 Xcode 中的三个“布局”>首选项>一般来说,Xcode 中没有自定义 UI 布局。顶层布局不是用笔尖完成的,因此被黑的笔尖无法做到这一点。
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.