您的位置:首页 > 移动开发 > IOS开发

ios developer tiny share-20160708

2016-07-08 14:10 260 查看
今天继续分享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.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios xcode