Name Shortcut Key Description
file helper Command + Option + 1

shows you all the file details related to this
one view  

quick help Command + Option + 2

shows you quick help documentation related to
view controllers

identity inspector Command + Option + 3

lets you see and change the class that represents the view controller
for this particular scene

This tab within the inspector is particularly important because you’ll be using it
whenever you want to point a UI control to a custom class you’ve created within your
project

attributes inspector Command + Option + 4

allows you to change any attribute on the
currently selected object.

eg: You commonly use this section to change titles of buttons and other
visible properties on an object

size inspector Command + Option + 5

you can modify all
aspects of a view’s framing

Below that is a section called Constraints, which you used to set the auto-layout
constraints

connections inspector  Command + Option + 6  make connections to allow for your code to communicate with your interface

you can see the outlet connections we made for the tableView property on
the view controller as well as the table view’s delegate and dataSource properties

Create By Master HaKu

最新文章

  1. 为什么全世界都对HTTPS抛出了橄榄枝,HTTPS到底有什么好?HTTPS如何配置?
  2. [zt] Android中使用List列表
  3. MyEclipse不能重新发布的解决方案
  4. BZOJ4389 : ZYB and Trees
  5. Storm中并发程度的理解
  6. jQuery.YesShow - 图片轮播插件(带图片放大功能)
  7. MSSQL - SqlDataReader
  8. HttpClient使用具体解释
  9. 集成 ssh第一阶段
  10. 201521123112《Java程序设计》第12周学习总结
  11. 最接近原生APP体验的高性能前端框架-MUI
  12. 谷歌开发者:看可口可乐公司是怎么玩转TensorFlow的?
  13. 在n个任意不相同的数中,输出r个数的组合,并且n和r由键盘输入。
  14. Object的数据属性和访问器属性
  15. JAVA 8 主要新特性 ----------------(三)新功能Lambda表达式入门
  16. Elasticsearch 自定义多个分析器
  17. S3C2440 DMA 驱动示例
  18. HTML5实现全屏API【进入和退出全屏】
  19. tomcat:8080/返回404;/etc/hosts(identifier-Namespace-scope)
  20. 图解USB协议之一 枚举过程【转】

热门文章

  1. Codeforces Round #298 (Div. 2) C. Polycarpus' Dice 数学
  2. C# 推送模板
  3. ASP.NET 构建高性能网站 第3篇
  4. IntelliJ IDEA 查看继承关系
  5. 解决mysql控制台查询数据乱码的问题,有图有真相
  6. Tasker : Scale Up/Down CPU Speed at Different Times
  7. 无法打开文件“atlsd.lib”
  8. jQuery判断复选框是否被选中的3种方式
  9. xcode4.3.2 arc模式下导入非arc的文件 转
  10. 【ELK】【docker】【elasticsearch】1. 使用Docker和Elasticsearch+ kibana 5.6.9 搭建全文本搜索引擎应用 集群,安装ik分词器