-
Notifications
You must be signed in to change notification settings - Fork 238
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
ViewDidLoad is calld after transition. #13
Comments
Could you be more specific about which methods you're using? |
Hi, I also have the same problem. I want to present a modal view controller with a fold transition. The modal view controller is loaded from a storyboard and contains a UITableView. The table view gets populated after the transition finished, and the styles for the navigation bar and buttons using UIAppearance are applied after the transition as well. What's the crux of the matter? Thanks in advance. |
Well, I could find a workaround for the problem, but I'm still not very happy with it. [presentingController presentViewController:viewControllerToPresent animated:NO completion:nil];
[presentingController dismissViewControllerAnimated:NO completion:nil]; |
When I have the chance I'll try it. Thanks |
Hi, Thank you so much for your code but i have a little problem. The view loads its data after it shows up as a design point it doesn't look good. For example do you notice when you push or percent a view with apples transitions it waits a few seconds and then loads the view.
Thanks again,
TheAppleWizz
The text was updated successfully, but these errors were encountered: