Skip to content

Instantly share code, notes, and snippets.

@trilliwon
Created November 30, 2018 09:28
Show Gist options
  • Save trilliwon/db1a122cd3ec6794f299e8baae1e2ed9 to your computer and use it in GitHub Desktop.
Save trilliwon/db1a122cd3ec6794f299e8baae1e2ed9 to your computer and use it in GitHub Desktop.
transition images
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