TableView cell 添加弹框 点击没反应

tableView cell 点击不显示
把弹框添加到主线程

dispatch_async(dispatch_get_main_queue(),^{
//添加弹框
});

你可能感兴趣的:(TableView cell 添加弹框 点击没反应)