这里只介绍一些默认的,如果需要自定义的自己在Xcode的偏好设置去修改
1.代码上下左右移动:
上移:command+option+[
下移:command + option + ]
左移:command + [
右移:command + ]
2.切换.h .m文件
command + control + 上下键
3.切换工程导航栏
command + 1(2,3,4,5,6,7,8,9)
4.显示/隐藏工程导航栏
command + 0
5.显示/隐藏工具面板
command + option + 0
6.快速切换到搜索框
command + shift + F
7.快速查找方法
command + shift + O
8.运行项目
command + R
9.清理项目
command + shift + K
10.编译项目
command + B
11.停止运行项目
command + .
12.断点调试
F6单步调试、F7跳入,F8继续
13.打开文档
command + shift + 0
12.获取快速帮助
在某个地方,比如UIViewController处按住
option + 左键
,可看到相关信息
13.工程导航栏快速跳转到当前文件的地方,有的时候我们看父类或者三方文件的时候,要去找它文件所在地的时候,总会去看上面的路径然后去找,其实可以通过
command + shift + J
工程导航栏即可看到
网友评论