解决CollectionView UITableView-- reloadData或者reloadSections时的刷新的闪烁问题

UIView.performWithoutAnimation {
                        self.tableView.reloadSections(NSIndexSet(index: indexPath.section) as IndexSet, with: .none)
                    }

你可能感兴趣的:(解决CollectionView UITableView-- reloadData或者reloadSections时的刷新的闪烁问题)