本文介绍了在Xcode 7中的项目之间导航的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以使用哪种键盘快捷键在Xcode 7中打开的项目之间导航?

What keyboard shortcut can be used to navigate between open projects in Xcode 7?

已经看到了这些建议( [1] ,,),对于以前版本的Xcode,似乎没有一个在v7中起作用:

Have seen these suggestions ([1], [2], [3]) for prior releases of Xcode, none seem to work in v7:

+

+ +

+ + /.

推荐答案

根据注释,这里的答案是在Xcode未最大化时使用 + ,否则您可以使用三指拖动.

Per the comments the answer here is to use + when Xcode is not maximized, otherwise you can use 3 finger drag.

感谢@AaronBrager和@Bamsworld.

Thanks to @AaronBrager and @Bamsworld.

这篇关于在Xcode 7中的项目之间导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 06:24