iOS NSthread & Thread 开启线程的几种方式

1、开启线程执行指定对象的方法java /** 参数1: 执行参数2方法的对象 参数2: 开启线程后执行的方法 参数3: 传递的对象数据(参数2的方法能够直接用) */ // OC - (instancetype)initWithTarget:(id)target selector:(SEL)selector object:(id)argument; 相似的方法(分离): + (void)deta
相关文章
相关标签/搜索