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

 

目录
相关文章
|
开发框架 数据可视化 iOS开发
有关Xcode的一些东西
有关Xcode的一些东西
128 0
有关Xcode的一些东西
|
iOS开发 Android开发 C++
XCode小技巧
 1.用TODO做个标记代码就是这么一行:    // TODO: xxxxxx.  然后看看你的Symbol list吧. XCode 4已经不支持这样做了,不过可以使用 #pragma mark或// MARK: 来做相似的标记。
821 0
|
iOS开发
Xcode 添加.pch
<p style="margin:10px auto; font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:13px; line-height:19px"> <br></p> <p style="margin:10px auto; font-family:Verdana,Geneva,Arial,Helvet
1193 0
|
iOS开发
如何在xcode中手动添加.pch文件
如何在xcode中手动添加.pch文件
132 0
如何在xcode中手动添加.pch文件
|
Oracle 关系型数据库 大数据
XCode v9.6.2017.0830
新生命团队基础框架X组件,包括网络、数据库、安全、多线程、反射、序列化、模版引擎、服务代理、远程过程调用等模块,包括Mvc后台魔方、超级码神工具、消息队列等子系统,支持Mono/Android/iOS/NetStandard。
1025 0
|
iOS开发
XCode使用技巧
XCode使用技巧 自动生成get、set方法 @property 用法 #import @interface People : NSObject @property int age; @end XCode 4.
865 0
|
iOS开发
xcode
xcode
110 0

热门文章

最新文章