-
Notifications
You must be signed in to change notification settings - Fork 595
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
PonyDebugger causing modals to dismiss without animation #35
Comments
Do you have PonyDebugger's view hierarchy debugging enabled? |
Yes |
Commenting out the line |
I've had this issue as well. It only happens with default modal animations (the horizontal flip modal animation still works). |
Good catch! I made a mistake in the swizzled Reminds me of one of my favourite Cocoa selector names (from UIViewController):
|
I've found an issue with all modals in my app that are being dismissed with
[self dismissModalViewControllerAnimated:YES completion:nil];
When I have PonyDebugger enabled, every modal dismisses without animation. When I turn it off, the modals dismiss with animation like normal.
The text was updated successfully, but these errors were encountered: