Created
October 20, 2016 08:37
-
-
Save ahikmatf/667a533fe6338e745ecad191e70f26bc to your computer and use it in GitHub Desktop.
This file contains 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
let transition = CATransition() | |
transition.duration = 0.5 | |
transition.type = kCATransitionPush | |
transition.subtype = kCATransitionFromTop | |
view.window!.layer.add(transition, forKey: kCATransition) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment