Create your first view controller.
创建您的第一个视图控制器。
Model View Controller for code generation.
用于代码生成的模型-视图-控制器模式。
A simple view controller manages the primary view.
有一个简单的视图控制器管理主视图。
Enter the view controller file name, OneViewControler.
输入控制器文件名oneviewcontroler。
The DPTK is architected to use Model View Controller.
DPTK设计为使用模型-视图-控制器模式。
Table 1 shows each window's name and its view controller class.
表1显示了每一个窗口的名称及其视图控制器类。
In the MVC framework, you define one view controller for each view.
在MVC框架中,您要为每个视图定义一个视图控制器。
This view receives the JSON data file from the caller view controller.
此视图从调用方视图控制器接收JSON数据文件。
View Controller: This is the view Controller class related to the hold view.
View Controller:这是与hold视图相关的View controller类。
View Controller - This is the view Controller for the view that it will hold.
视图控制器——这个部分用来控制着视图的显示。
Each view controller receives the action every time the user performs an action on the view.
每当用户在视图上执行一个操作时,每一个视图控制器就会接收到这个操作。
To accomplish this, you add a View and a View Controller for each screen you want to have.
要做到这点,你需要为每个界面都添加一个视图和视图控制器。
Adopt a Model View Controller (MVC) architecture pattern to ensure a flexible architecture.
采用模型-视图-控制器(Model - View - Controller,MVC)体系结构模式以确保体系结构的灵活性。
Think, for example, of layered architectures, model view controller (MVC), client-server, or even SOA.
例如,分层体系结构、模型-视图-控制器(Model View Controller,mvc)、客户机-服务器甚至SOA。
The first section, Listing 6, covers the application startup and the initialization of the view controller.
第一部分,清单6,介绍应用程序开始部分和视图控制器的初始化。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
When you want to go to another page, you push your view Controller (and associated view) onto the view Controller stack.
在你导向另外一个页面的时候,就把视图控制器放到视图控制器堆栈中。
Our application development tools support the IBM Framework for e-business, which advocates the model view controller (MVC) concept.
我们的应用开发工具支持“IBM电子商务框架”,它支持模型-视图-控制器(MVC)概念。
With the view controller header out of the way, you're ready to dig into the meat of the project and to implement the view controller.
在这一节,可以开始深入项目正题,实现视图控制器。
As described above, you must create a view NIB file and view controller for each application window to associate any view to the correct view controller class.
如之前所述,您必须为每一个应用程序窗口创建一个视图nib文件和视图控制器,并将视图关联到正确的视图控制器类上。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
This command creates the proverbial view and controller part of Model-View-Controller (MVC).
该命令将创建模型-视图-控制器(mvc)的视图和控制器部分。
You probably also know that the roots of this separation go back to one of the earliest design patterns: Model-View-Controller.
您很可能也知道这种分离的根源要追溯到最早的设计模式之一:模型-视图-控制器。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
例如,分布式对象开发环境中的模型-视图-驱动器(MVC)模式将模型与视图和控制器分离开来。
This approach is a variation of the separation of concerns principle embodied in the Model-View-Controller architecture.
这种方法是分离关注点原则的一个变种,附在模型-视图-控制器架构中。
One of the most widely used patterns is Model-View-Controller (MVC).
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(mvc),它使对视图或模型的更改更容易分隔开。
It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.
它实现了模型-视图模型-视图-控制器这个看起来在WPF中很流行的模式。
Model-View-Controller (MVC) is a design pattern put together to help control change.
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
Programmers have simplified their code structure and eased maintenance tasks with Model-View-Controller for decades.
数十年来,程序员们使用模型-视图-控制器简化了代码结构,并使得维护任务更加容易。
应用推荐