多线程

1.在主线程中更新UI

   //在主线程加载

                dispatch_async(dispatch_get_main_queue(), ^{           

                    [self.tableView reloadData];

                    [MBProgressHUD showSuccess:@"清空成功"];

                });

 

posted @ 2015-11-12 10:45  TheYouth  阅读(135)  评论(0编辑  收藏  举报