11 2014 档案

摘要:#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; int arr[4][4]={ 1,0... 阅读全文
posted @ 2014-11-29 20:13 代佳宏 阅读(137) 评论(0) 推荐(0) 编辑
摘要:关于xcode可设偏好设置 command+,清空缓存 可设隐藏xcode command+h隐藏其它 command+option+h显示全部 可设退出xcode command+q文件相关:新建项目 command+shift+n新建文件 command+n新建空文件 command+contr... 阅读全文
posted @ 2014-11-29 20:10 代佳宏 阅读(162) 评论(0) 推荐(0) 编辑
摘要:#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UITextField *one;//能够输入的第一个文本文框 用的是text按键@property (weak, n... 阅读全文
posted @ 2014-11-29 16:24 代佳宏 阅读(1142) 评论(0) 推荐(0) 编辑
摘要:#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UITextField *标题; //用的是一个text按键@property (weak, nonatomic) I... 阅读全文
posted @ 2014-11-29 16:06 代佳宏 阅读(517) 评论(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) 编辑

点击右上角即可分享
微信分享提示