标签:ace anim tableview color pac cal orm add ons
//关闭视图过渡动画
UIView.performWithoutAnimation {
//关闭CALayer的隐式动画
CATransaction.setDisableActions(true)
self.collectionView.reloadData()
CATransaction.commit()
}
Swift 关闭视图的过度动画 eg:CollectionView ,TableView
标签:ace anim tableview color pac cal orm add ons
原文地址:https://www.cnblogs.com/chenxiaopao/p/9119787.html