博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
XCode4.2iOS各模板简述
阅读量:5815 次
发布时间:2019-06-18

本文共 1700 字,大约阅读时间需要 5 分钟。

XCode4.2iOS各模板简述:

Master-Detail Application:

This template provides a starting point for a master-detail application. It provides a user interface configured with a navigation controller to display a list of items and also a split view on iPad.

此模板提供了一个主应用程序的起点。它提供了一个配置有导航控制器的用户界面,显示的项目清单和一个能在iPad上拆分的视图。

OpenGL Game:

This template provides a starting point for an OpenGL ES-based game. It provides a view into which you render your OpenGL ES scene, and a timer to allow you to animate the view.

此模板提供了一个基于OpenGL ES的游戏的起点。它提供一个 你要呈现的OpenGL ES场景的视图,和跟踪你的动画场景的定时器。

Page-Based:

此模板提供了一个基于页面的应用程序,它使用页面的视图控制器。

SingleView:

This template provides a starting point for an application that uses a single view. It provides a view controller to manage the view, and a storyboard or nib file that contains the view.

此模板提供了一个使用单一视图的应用程序。它提供了一个视图控制器来管理视图,和故事板或包含这个视图的.xib文件。

Tabbed:

This template provides a starting point for an application that uses a tab bar. It provides a user interface configured with a tab bar controller, and view controllers for the tab bar items.

此模板提供了:使用一个标签栏为起点的应用程序。它提供了一个标签栏控制器和视图控制器,用来配置用户界面和查看标签。

Utility:

This template provides a starting point for a utility application that has a main view and an alternate view. For iPhone, it sets up an Info button to flip the main view to the alternate view. For iPad, it sets up an Info bar button that shows the alternate view in a popover.

这个模板是一个具有主视图和“背部视图”的程序。(Mac和iPhone都有那种比如显示天气的程序)可以理解为可翻转的微件。

Empty:

This template provides a starting point for any application. It provides just an application delegate and a window.

此模板可作为任何应用程序的起点。它提供了一个应用程序代理和一个窗口(window)。

转载于:https://www.cnblogs.com/limaning/archive/2012/03/23/2413332.html

你可能感兴趣的文章
opennebula 开发记录
查看>>
knockoutjs 之 subscribe 的小分享
查看>>
ubuntu 修改hostname
查看>>
【译】UNIVERSAL IMAGE LOADER.PART 2---ImageLoaderConfiguration详解
查看>>
工作笔记00
查看>>
javascript call()
查看>>
sql 内联,左联,右联,全联
查看>>
C++关于字符串的处理
查看>>
6、Web Service-拦截器
查看>>
面试题: 数据库 oracle数据库 已看1 意义不大 有用
查看>>
Flask 源码流程,上下文管理
查看>>
drf序列化组件
查看>>
qt 出现traceback -----relloc pointer
查看>>
Python 好用得让人发指的函数参数语法糖
查看>>
AWS设置允许root登陆
查看>>
真集群与伪集群的区别
查看>>
Note 387206.1 ORA-15041: ASM diskgroup with unlike disks sizes
查看>>
成都国税打造全能“电子税务局”
查看>>
[转载] 孙子兵法——01 始计第一
查看>>
python实现float/double的0x转化
查看>>