第30月第8天 主线程执行

1.

 

    __weak typeof(self) weakSelf = self; 
   [[NSOperationQueue mainQueue]addOperationWithBlock:^{
        __strong __typeof(weakSelf) strongSelf = weakSelf;
        NSLog(@">>>>>>>>>test");
    }];

 

posted @ 2019-03-08 11:35  lianhuaren  阅读(86)  评论(0编辑  收藏  举报