//// ViewController.h// UIAlertViewAndUIActionSheet//// Created by hehe on 15/9/21.// Copyright (c) 2015年 wang.hehe. All rights reserved.// #import <UIKit/UIKit.h> @interface ViewController : UIViewController<UIAlertViewDelegate,UIActionSheet
前言: 在上一遍文章(https://www.cnblogs.com/shiwenhu/p/10271013.html)中写到可以使用自定义form组建来创建表单,几乎能满足我们大部分要求,而且不用我们来写html页面.但是对于很多定制的页面,form组建不能满足我们的要求的页面需求时候,这个时候想自定义一个页面我们手工来定制. 方法: 1.还是在对应的视图方法中,定义我们的视图文件(这个时候定义了我们的test模板,然后传值name初始化,可以用于编辑功能) public function c