Interface Builder基本界面

  1. 红色区域为工具栏(Tool Bar)
  2. 蓝色区域为导航区(Navigator Area)
  3. 绿色区域为编辑区(Editor Area)
  4. 黑色区域是调试区(Debug Area)
  5. 橙色区域是检查器区(Inspector)
  6. 粉紫色区域是库区(Library)

快捷键总结

导航区

  • command+1 Show Project Navigator
  • command+2 Show Symbol Navigator
  • command+3 Show Find Navigator
  • command+4 Show Issue Navigator
  • command+5 Show Test Navigator
  • command+6 Show Debug Navigator
  • command+7 Show Break Point Navigator
  • command+8 Show Report Navigator
  • command+0 Shut down Navigator

检查器区

  • command+option+1 Show File Inspector
  • command+option+2 Show Help Inspector
  • command+option+3 Show Identity Inspector
  • command+option+4 Show Attributes Inspector
  • command+option+5 Show Size Inspector
  • command+option+6 Show Connection Inspector

调试相关

  • command+R 运行
  • command+B 编译
  • command+F6 Step over
  • command+F7 Step into
  • command+F8 Step out
  • command+. 结束调试
  • command+\ 设置或取消断点
  • command+y使所有断点失效或生效

库的快捷键

  • command+option+control+1 Show File Template Library
  • command+option+control+2 Show Code Snipped Library
  • command+option+control+3 Show Object Library
  • command+option+control+4 Show Media Library

其他

  • command+, 打开Preferences
  • command+shift+0 帮助文档

最新文章

  1. c#与java的区别
  2. 如何让vim自动显示函数声明-使用 echofunc.vim插件
  3. dubbo 常见错误
  4. [WPF]UserControl的MouseWheel事件触发
  5. jQuery.pager无刷新分页
  6. 针对Xcode的警告忽略消除处理
  7. C#各类型大小
  8. ASP.NET MVC4 学习系统一(项目模板)
  9. Debian 7 升级内核
  10. 《JS高级程序设计》笔记 —— 解析查询字符串
  11. css空格和去浮动的应用
  12. 意外地解决了一个WPF布局问题
  13. pygame-KidsCanCode系列jumpy-part5-屏幕滚动
  14. Python中Lambda表达式使用
  15. 32. 安装oracle11g时,先决条件一直失败的解决方法
  16. HDU1875+Prim模板
  17. 20145234黄斐《Java程序设计》第八周
  18. excel 条件格式 心的
  19. X210(s5pv210)中断系统
  20. Android开发高级进阶——多进程间通信

热门文章

  1. 61. Rotate List(List)
  2. th:onclik()传参问题(前端使用了bootstrap)
  3. 混合开发之DSBridge(同时支持Android和iOS)
  4. 为什么ajax发GET请求就成功,POST请求则报错?
  5. SSM项目与Shiro项目的整合(单体式项目)
  6. asp.net 母版页使用详解
  7. Exception in thread "main" org.springframework.beans.factory.BeanCreationException
  8. 23-tcp协议——TIME_WAIT状态和FIN_WAIT2状态
  9. [GO]结构体的值传递和地址传递
  10. ExecutorService的submit方法的坑