iOS开发中常用的xcode快捷键:
运行:command + R
停止:command + .
当前文件查找:command + F
Clean: command + shift + K
快速查找打开类:command+ shift+ O
清除控制台当前信息:command + K
撤销/Undo:command + Z
反撤销/Redo:command + shift + Z
折叠代码块:command + option + ←
查看当前目标:command + 鼠标左键
定位当前文件在项目中的位置:command + shift + J