-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load a UIViewController instead of an image when animation is done #8
Comments
+1 |
Did you make that work? |
if you've added a rootViewController to UIWindow then simply add the mask to viewController.view.layer.mask |
can someone post an example? |
Have you solved? I have the same problem, I would like to make the mask on my HomeViewController |
Here is an example you can use. Just make HomeViewController : IntroViewController
|
@confile - Any idea why it skips the animation and immediately loads the view when you set transparency = false?
|
Thank you @confile for your example. I had to add those lines to avoid first frame at the end of the animation:
|
I want to load a UIViewController instead of an image when animation is done.
I tried in your example's AppDelegate:
But it did not show the controller. How can I do that?
The text was updated successfully, but these errors were encountered: