The 6 inspectors in XCode

简介: Name Shortcut Key Description file helper Command + Option + 1 shows you all the file details related to thisone view   ...

 

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

 

目录
相关文章
|
数据安全/隐私保护 Swift iOS开发
|
iOS开发
如何在xcode中手动添加.pch文件
如何在xcode中手动添加.pch文件
119 0
如何在xcode中手动添加.pch文件
|
iOS开发
xcode
xcode
103 0
|
存储 自然语言处理 测试技术
Xcode 小技巧
Xcode 小技巧
182 0
Xcode 小技巧
|
开发框架 数据可视化 iOS开发
有关Xcode的一些东西
有关Xcode的一些东西
117 0
有关Xcode的一些东西
|
C++ 编译器 计算机视觉
Xcode
Xcode 使用 快捷键 cmd + shift + n 新建工程 cmd + option + enter 分页 cmd + enter 合页 cmd + b 编译 cmd + r 编译并运行 模拟器快捷键 cmd + shift + h Home键 配置头文件的查找路径 点击工程文件 ...
1676 0
|
Oracle 关系型数据库 大数据
XCode v9.6.2017.0830
新生命团队基础框架X组件,包括网络、数据库、安全、多线程、反射、序列化、模版引擎、服务代理、远程过程调用等模块,包括Mvc后台魔方、超级码神工具、消息队列等子系统,支持Mono/Android/iOS/NetStandard。
1016 0
xcode8 寻找symbolicatecrash文件
xcode8中,symbolicatecrash文件的位置换了。 I found it at... /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.
793 0