-
Notifications
You must be signed in to change notification settings - Fork 383
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
Cannot swipe between images #260
Comments
same issue, did you make any headway? |
Me too, has any solution? |
@hughbe @KwanAtFoursquare @AlexHrom Make sure you have a strong reference to the view controller. it may happen if you only do let controller = NYTPhotosViewController(...) try have an instance variable that self.presented = controller |
@odaeagle not helped |
Try to use strong reference for the Data Source. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I provide
I cannot swipe between photos, as there is only one view controller in the created view controller. I would expect to be able to swipe to change photos if there are more than one
The text was updated successfully, but these errors were encountered: