XCode4.2iOS各模板简述

来源:互联网 发布:zbrush 4r7 mac 破解 编辑:程序博客网 时间:2024/05/02 00:30
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: bbs.189works.com
  此模板提供了一个基于页面的应用程序,它使用页面的视图控制器。
  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)。
原创粉丝点击