zoukankan      html  css  js  c++  java
  • XCode4.2iOS各模板简述

    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)。

  • 相关阅读:
    HTML5存储
    HTML5 地理位置定位(Geolocation)原理及应用
    HTML5多媒体组件的使用
    HTML5拖拽
    HTML5一些总结
    js高级程序设计--数据类型
    JS高级程序设计基本概念
    浏览器内核、渲染引擎、js引擎
    JS高级程序设计笔记之script标签
    CenOS7下安装 nginx
  • 原文地址:https://www.cnblogs.com/zhwl/p/2540205.html
Copyright © 2011-2022 走看看