摘要: **************//// HMViewController.m// 08-GCD02-队列的使用(了解)//// Created by apple on 14-9-15.// Copyright (c) 2014年 heima. All rights reserved.//// ... 阅读全文
posted @ 2015-09-08 18:02 iso 阅读(190) 评论(0) 推荐(0) 编辑
摘要: ****#define HMGlobalQueue dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)#define HMMainQueue dispatch_get_main_queue()#import "HMViewCon... 阅读全文
posted @ 2015-09-08 17:59 iso 阅读(154) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation HMViewCo... 阅读全文
posted @ 2015-09-08 17:55 iso 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // D... 阅读全文
posted @ 2015-09-08 17:54 iso 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ***#import "HMViewController.h"#import @interface HMViewController ()@end@implementation HMViewControllervoid *run(void *data){ for (int i = 0; i<1... 阅读全文
posted @ 2015-09-08 17:51 iso 阅读(131) 评论(0) 推荐(0) 编辑
摘要: ******ios6 和ios7的适配ILBaseTableViewController.m- (void)viewDidLoad{ [super viewDidLoad]; // 244 243 241 // 设置tableView的背景颜色 // ios6 bac... 阅读全文
posted @ 2015-09-08 11:57 iso 阅读(163) 评论(0) 推荐(0) 编辑