摘要: viewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController -(void) createBtn { UIButton* btn=[UIButt 阅读全文
posted @ 2020-09-07 22:54 逆欢 阅读(154) 评论(0) 推荐(0) 编辑
摘要: ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController // 创建普通按钮 -(void) createUIRectButton { // 阅读全文
posted @ 2020-09-07 21:59 逆欢 阅读(99) 评论(0) 推荐(0) 编辑
摘要: ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController //创建UI控件函数 -(void) createUI { //定义并创建一个UI 阅读全文
posted @ 2020-09-07 21:11 逆欢 阅读(154) 评论(0) 推荐(0) 编辑