Created
July 13, 2014 15:01
-
-
Save pocketkk/e449cc89d40ce9744590 to your computer and use it in GitHub Desktop.
Swift - Add subview with transition
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.transitionWithView(self.view, duration: 0.5, options: UIViewAnimationOptions.TransitionNone, | |
animations: {self.view.addSubview(effectView)}, completion: nil) |
Good one!
Thanks
thanks bro but it s useless
Good work
Thank you :) :) :) 🥇
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
excellente! thanks