随笔分类 - 05.IOS多线程
摘要:***********#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation ...
阅读全文
摘要:******HMSingleton-ARC.h// .h文件#define HMSingletonH(name) + (instancetype)shared##name;// .m文件#define HMSingletonM(name) \static id _instance; \ \+ (id...
阅读全文
摘要:*********// 2D绘图 Quartz2D// 合并图片 -- 水印- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ // 1.队列组 dispatch_group_t group = dispa...
阅读全文
摘要:**********#import "HMViewController.h"#import "HMImageDownloader.h"@interface HMViewController ()//@property (nonatomic, strong) HMImageDownloader *do...
阅读全文
摘要:**********延时执行#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad...
阅读全文
摘要:**************//// HMViewController.m// 08-GCD02-队列的使用(了解)//// Created by apple on 14-9-15.// Copyright (c) 2014年 heima. All rights reserved.//// ...
阅读全文
摘要:****#define HMGlobalQueue dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)#define HMMainQueue dispatch_get_main_queue()#import "HMViewCon...
阅读全文
摘要:****#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation HMViewCo...
阅读全文
摘要:****#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // D...
阅读全文
摘要:***#import "HMViewController.h"#import @interface HMViewController ()@end@implementation HMViewControllervoid *run(void *data){ for (int i = 0; i<1...
阅读全文

浙公网安备 33010602011771号