今天继续分享Xcode的各个面板的介绍,也比较简单,下一节将使用Xcode创建一个简单的ios project。
Select a file in the project navigator to open it in an editor for the type of file in the editor area. For example, if you select a source file, the file opens in the source editor and if you select a user interface file, the file opens in Interface Builder.
Interface Builder is the visual design editor that’s integrated into Xcode. If no editor is available, a Quick Look preview of the document appears.
Select the project (the root file in the project navigator) to open the project editor. Use the project editor to view and edit your project and target settings. Use the tabs to switch between the different types of settings.
、
Use the utilities area to inspect objects and use ready-made resources that you have selected in the navigator or editor areas. Use the inspector pane for viewing and editing information for the selected object or for the project. To show an inspector, click
a button in the inspector bar.
To access resources, select a library in the library bar of the library pane and the resources in the library appear below. For example, select the Object library () to view UI views and controls. To show information about a resource, click the resource and
a popover appears. To show only the library resources you need, enter text in the filter bar below.
If you click symbols, interface objects, and build settings in the editor area, descriptions appear in the Quick Help inspector (). To view the full documentation for a symbol, click the Declared In or More link.
本文介绍了 Xcode 的编辑器区域功能,包括如何使用 Interface Builder 进行界面设计,项目编辑器中项目的设置调整,以及如何利用实用工具区域进行对象检查和资源选择。
233

被折叠的 条评论
为什么被折叠?



