摘要:
在iOS平台上创建有个工程,之后在工程中创建两个类视图 操作步骤如下 1、在分别在两个类视图中对主视图设置背景色 FirstViewController.m #import "FirstViewController.h" @interface FirstViewController () @en 阅读全文
摘要:
首先创建一个工程 之后再工程中创建两个类( FirstViewController和 SecondViewController) 操作方法如下 1、在AppDelegate中创建根视图 AppDelegate.h #import <UIKit/UIKit.h> #import "FirstVie 阅读全文
摘要:
设计的基本思路为:首先先创建一个工程 之后在工程上创建三个类( FirstViewController\ SecondViewController\ ThirdViewController) 首先在 AppDelegate中创建根是视图 代码如下 AppDelegate.h #impor 阅读全文