Created
November 30, 2018 09:28
-
-
Save trilliwon/db1a122cd3ec6794f299e8baae1e2ed9 to your computer and use it in GitHub Desktop.
transition images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIView.transition(with: self.backgroundImageView, | |
duration: 0.7, | |
options: [.transitionCrossDissolve], | |
animations: { self.backgroundImageView.image = toImageA }, | |
completion: { _ in swap(&toImageA, &toImageB) }) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment