Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sergioceron/b963db975165a612db5fae9b15b1a583 to your computer and use it in GitHub Desktop.
Save sergioceron/b963db975165a612db5fae9b15b1a583 to your computer and use it in GitHub Desktop.
Swift - Add subview with transition
UIView.transitionWithView(self.view, duration: 0.5, options: UIViewAnimationOptions.TransitionNone,
animations: {self.view.addSubview(effectView)}, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment