UIView.transition(with: driveCellCollectionView, duration: 0.5, options: .transitionFlipFromLeft, animations: {
//Do the data reload here
self.driveCellCollectionView.reloadData()
}, completion: nil)
Once you have done this, you can simply run. Stay tuned for more tutorials.
No comments:
Post a Comment