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

  • 相关阅读:
    [一起面试AI]NO.9 如何判断函数凸或非凸
    [一起面试AI]NO.8 在机器学习中,常用的损失函数有哪些?
    [一起面试AI]NO.5过拟合、欠拟合与正则化是什么?
    [一起面试AI]NO.4特征工程主要包括什么?
    [一起面试AI]NO.3分类问题常用的性能度量指标有哪些
    MySQL中自增ID修改起始值
    折半查找算法(Python版)
    彻底解决安卓7.0及以上版本抓包https失败
    Charles抓包2-Charles抓取https请求
    Charles抓包1-Charles安装汉化(附正版注册码)
  • 原文地址:https://www.cnblogs.com/zhwl/p/2540205.html
Copyright © 2020-2023  润新知