iOS UIAlertController在Tableview中显示缓慢,迟钝,延迟

在UITableViewCell中弹窗Alert延迟。在cellForRow中:cell.selectionStyle = UITableViewCellSelectionStyleNone;

或者在点击方法中:[tableView deselectRowAtIndexPath:indexPath animated:NO];

原文地址:https://www.cnblogs.com/xujiahui/p/7205262.html