上一页 1 ··· 5 6 7 8 9
摘要: #import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UITextField *one;//能够输入的第一个文本文框 用的是text按键@property (weak, n... 阅读全文
posted @ 2014-11-29 16:24 代佳宏 阅读(1136) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UITextField *标题; //用的是一个text按键@property (weak, nonatomic) I... 阅读全文
posted @ 2014-11-29 16:06 代佳宏 阅读(513) 评论(0) 推荐(0) 编辑
摘要: c语言复习了一遍 ios 现在知道@interface声明类 :后面接的是类 student *str=[[student alloc]init] 分配空间 NSString *text 设置Lable中的文本内容UIFont font设置字体 UIColor *textcolor 设置文本颜色 阅读全文
posted @ 2014-11-29 14:51 代佳宏 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9