blcok 变量的声明。 @property(nonatomic,strong)void(^myBlock)();//无参无返回值 @property(nonatomic,s...
使用NSArray时,到底用strong修饰还是copy修饰 iOS开发人员都知道,使用NSMutableArray时是用strong修饰,例如: @property(non...
开辟子线程 运行耗时de代码块,然后在主线程中刷新UI 显示 dispatch_async(dispatch_get_global_queue(0,0),^{//检测...s...