Skip to content

Instantly share code, notes, and snippets.

@brunomunizaf
Last active June 6, 2019 01:35
Show Gist options
  • Select an option

  • Save brunomunizaf/d589a8691aa2be26c3db77a1eea9e270 to your computer and use it in GitHub Desktop.

Select an option

Save brunomunizaf/d589a8691aa2be26c3db77a1eea9e270 to your computer and use it in GitHub Desktop.
class OtherViewController: UIViewController {
// MARK: - IBOutlets
@IBOutlet weak var imageView: UIImageView!
}
// MARK: - AnimatedTransition
extension OtherViewController: AnimatedTransition {
func imageView(for transition: TransitionDelegate) -> UIImageView? {
return imageView
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment