摘要: //// AppDelegate.m// iOS应用生命周期//// Created by 大欢 on 16/1/18.// Copyright © 2016年 bjsxt. All rights reserved.//#import "AppDelegate.h"@interface AppDel... 阅读全文
posted @ 2016-01-19 23:32 MrWuYindi 阅读(93) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// UIColor详解//// Created by 大欢 on 16/1/18.// Copyright © 2016年 bjsxt. All rights reserved.//#import "ViewController.h"#import "UI... 阅读全文
posted @ 2016-01-19 23:28 MrWuYindi 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 之后就跟系统自动来就行 阅读全文
posted @ 2016-01-19 23:23 MrWuYindi 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 就这样完成 阅读全文
posted @ 2016-01-19 23:20 MrWuYindi 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 做完这些后:这样就完成了,之后就按照正常的方式打代码就可以了 阅读全文
posted @ 2016-01-19 22:54 MrWuYindi 阅读(121) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; [self.view addSubview:self.label]; for (NSString * familyName in [UIFont familyNames]) { NSLog(@"familyName... 阅读全文
posted @ 2016-01-19 22:41 MrWuYindi 阅读(187) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; UILabel * label = [[UILabel alloc]initWithFrame:CGRectMake(20, 20, CGRectGetWidth(self.view.frame) - 40, 14... 阅读全文
posted @ 2016-01-19 22:37 MrWuYindi 阅读(85) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-01-19 22:35 MrWuYindi 阅读(1) 评论(0) 推荐(0) 编辑