Animation glitch when PhotosVC is dismissed by calling dismissViewController…
on presenting VC
#146
Labels
dismissViewController…
on presenting VC
#146
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:If the presenting VC simply calls
[self dismissViewControllerAnimated:completion:]
, theNYTPhotosViewController
is dismissed, but an animation glitch occurs:The text was updated successfully, but these errors were encountered: