1.屏幕截图 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * N...
1.在指定线程上执行操作 [selfperformSelector:@selector(run)onThread:threadwithObjec...
每个iOS应用程序都有个专门用来更新显示UI界面、处理用户的触摸事件的主线程,因此不能将其他太耗时的操作放在主线程中执行,不然会造成主线...
准备工作 · 导入框架 WebKit.framework · 导入头文件 <WebKit/WebKit.h> · 创建WKWebVie...
- (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))bloc...
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional se...
//方式1 创建线程 NSThread *thread = [[NSThread alloc] initWithTarget:self sele...
//创建一个线程在子线程执行,aSelector代表了新创建的线程,arg是传入的参数[Object performSelectorInBack...
//---------------- 0.3 函数 --------------- import UIKit 1.Swift 函数基本格式 fu...