UIView.performWithoutAnimation {
self.tableView.reloadSections(NSIndexSet(index: indexPath.section) as IndexSet, with: .none)
}
UIView.performWithoutAnimation {
self.tableView.reloadSections(NSIndexSet(index: indexPath.section) as IndexSet, with: .none)
}
本文标题:解决CollectionView UITableView-- r
本文链接:https://www.haomeiwen.com/subject/lzrbdftx.html
网友评论