博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS开发常用快捷键
阅读量:4668 次
发布时间:2019-06-09

本文共 921 字,大约阅读时间需要 3 分钟。

Xcode:

Command+Shift+N 快速创建project

Command+N 快速创建文件

Command + Alt + N = 快速创建组(文件夹)

 

Command + 0,  hide/show navigationBar

Command + alt + 0,  hide/show utilitiesBar

Command + shift + Y,  hide/show debugArea

Command+enter 关闭辅助视图

Command+option+enter 开启辅助视图

 

Command + [,代码缩进

Control + I ,  对齐代码

Command + F当前页搜索关键字

Command + Shift + F 工程内搜索关键字

Command+shift+k 替换资源后最好Product Clean

Command + L 跳转到指定行

Command + shift + o 快速打开

Command + shift + j 快速定位

 

Ctrl+ command + e 批量修改名字

Command + shift + B Analyze. Can detect memory leak(然并卵)

alt + command + =  AutoLayout的update frame

Command + option + (shift) + leftarrow/ rightarrow 展开/收起代码块

 

iPhone Simulator:

Command+shift+k 打开/关闭硬件键盘

Command + -> 模拟器向右翻转

Command + S 模拟器截图

Command + 1/2/3 改变模拟器尺寸

 

MAC:

Command + ~ 在多个打开的xcode project中切换

Command+shift+G, 前往文件夹

Command+option+escape, 强制退出

Command+option+I   chrome浏览器下打开Chrome 开发者工具

转载于:https://www.cnblogs.com/xiao-flag/p/5756987.html

你可能感兴趣的文章
php函数封装
查看>>
Cloudera是个什么东西
查看>>
Linux系统下安装 apache2.4的过程
查看>>
git cherry-pick 的使用
查看>>
UIScrollView的属性总结
查看>>
iOS提交审核:您的 App 正在使用广告标识符 (IDFA)
查看>>
AJAX原理及XMLHttpRequest对象分析
查看>>
在汇报工作时,我需要做些什么
查看>>
lxc 一些有用的资源
查看>>
c# 内部类使用接口IComparer实现排序
查看>>
spring boot 项目搭建时,各个依赖的作用
查看>>
SaltStack
查看>>
青铜器RDM全面支持CMMI、GJB5000A L2~L5认证评估
查看>>
关于串行通信、通信接口、接口连接器、通信协议的理解
查看>>
提高你的Java代码质量吧:不要让类型默默转换
查看>>
HTML5 audio标签 打造属于自己的音乐播放器
查看>>
【第二组】典型场景:用户上传自定义谜题,工作序号:002,2017/7/6
查看>>
ubuntu17.04 调试系统工具bcc,systamtap安装
查看>>
A Fast and Scalable Web Platform by Extending NGINX with Lua
查看>>
5.6 在线DDL (online DDL)详解
查看>>