摘要:
使用自己创建的 异步函数 打印结果: 使用全局并发队列 打印结果: 阅读全文
摘要:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ // [self downImage]; // [self delay]; [self once]; [self once]; [self once]; } /** 一次性代码: 整个应用程序只会执行一次 不可以放在懒加... 阅读全文
摘要:
https://www.cnblogs.com/daiweilai/p/4421340.html 阅读全文
摘要:
1. 2 3. 4. 5. 8. 阅读全文
摘要:
1. GCD介绍 1.11.2 1.3 异步具备开启能力但是不是 一定可以开启 1.4 1.5 67. 8. 阅读全文
摘要:
- (void)createNSThread444{ UIImage *image = [UIImage imageNamed:@"图片名字"]; /** 1 performSelectorOnMainThread :在主线程操作 参数1:(nonnull SEL)方法名字 参数2:(nullable id) self 执行这... 阅读全文
摘要:
阅读全文