Skip to content
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

Animation glitch when PhotosVC is dismissed by calling dismissViewController… on presenting VC #146

Closed
cdzombak opened this issue Jan 26, 2016 · 1 comment
Labels

Comments

@cdzombak
Copy link
Contributor

This issue was introduced with #121 and #122 allowing programmatic dismissal of NYTPhotosViewController.

When a view controller presents a NYTPhotosViewController, it may wish to dismiss that PhotosVC programmatically.

If the presenting VC calls [self.presentedViewController dismissViewControllerAnimated:completion:], the dismissal animation occurs as expected:

self-presentedviewcontroller

If the presenting VC simply calls [self dismissViewControllerAnimated:completion:], the NYTPhotosViewController is dismissed, but an animation glitch occurs:

self

@cdzombak cdzombak added the bug label Jan 26, 2016
@cdzombak
Copy link
Contributor Author

closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant