美文网首页
tableview reloadSections 晃动

tableview reloadSections 晃动

作者: 需要药 | 来源:发表于2021-07-20 16:31 被阅读0次

    去除隐式动画

      UIView.performWithoutAnimation {

                 self.tableView?.reloadSections(IndexSet(integer:1), with: .none)

         }

    相关文章

      网友评论

          本文标题:tableview reloadSections 晃动

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