xcode11后 Assistant Editor消失的解决方法

xcode11后 Assistant Editor消失的解决方法

Lion1996IP属地: 福建
0.4542020.01.07 14:50:57字数 154阅读 8,749

在Xcode11之前,工具栏上有一个Assistant Editor按钮(双环图标),单击它编辑器会分为左右两个窗口,很适合使用storyboard的开发者。然而在Xcode11后,这个图标消失了。

 

解决方案一:

使用这个按钮代替,单击它可以在同屏右侧多显示一个编辑器(数量是没有限制的)

 

解决方案二:

使用以下快捷键,和以前的Assistant Editor功能一样,只能同屏两个编辑器

control + option + command + return : Show Assistant Editor

command + return : Show Editor only (hide Assistant Editor)

posted on 2026-01-04 16:50  漫思  阅读(14)  评论(0)    收藏  举报

导航