xcode常用快捷键

 

xcode的使用大家可以参考很大文档,这里简单整理出常用的快捷键,详细参考: 
1)Project Navigator: Command + 1

2)Show/Hide Navigator Panel: Command + 0

3) Show/Hide Utilities Panel: Command + Option + 0

4)Find Navigator (ie. Search): Command + Shift + F

5)File Jump Bar: Control + 6 (Type the method/variable name + enter to jump)

6) Open Quickly: Command + Shift + O

7)Objective-C or C++ Switch between .h and .m files:Control+Command+Up Arrow
8) Run the app:Command + R
9)Clean the project:Command + Shift + K
10)Build the app: Command + B
11)Documentation and Reference: Command + Shift + 0 (Zero)

12) Quick Help: Option + Left-click on class or method name

posted @ 2015-12-25 15:08  Forrest.Wang  阅读(194)  评论(0编辑  收藏  举报