美文网首页
UIAlertController在cell中弹出延迟

UIAlertController在cell中弹出延迟

作者: 倪大头 | 来源:发表于2018-08-07 16:08 被阅读8次

    转自:https://www.jianshu.com/p/fed4cc7c8c94

    习惯用UITableViewCellSelectionStyleNone这种方式把cell的点击效果关掉,但在加了这个属性后didSelectRowAtIndexPath中的UIAlertController弹出时反应迟钝,把UITableViewCellSelectionStyleNone去掉用[tableView deselectRowAtIndexPath:indexPath animated:YES];这种方式处理点击效果就好了,或者把UIAlertController放在主线程中执行

    相关文章

      网友评论

          本文标题:UIAlertController在cell中弹出延迟

          本文链接:https://www.haomeiwen.com/subject/eudavftx.html