在UITableViewCell中弹窗Alert延迟。在cellForRow中:cell.selectionStyle = UITableViewCellSelectionStyleNone;
或者在点击方法中:[tableView deselectRowAtIndexPath:indexPath animated:NO];
在UITableViewCell中弹窗Alert延迟。在cellForRow中:cell.selectionStyle = UITableViewCellSelectionStyleNone;
或者在点击方法中:[tableView deselectRowAtIndexPath:indexPath animated:NO];