-
Notifications
You must be signed in to change notification settings - Fork 378
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
I can not turn pages when using the new API #259
Comments
I asked for more info here: #258 (comment) |
Facing the same issue. It seems like _dataSource in NYTPhotosViewController is being set to nil.
Please fix this issue. Thanks |
Just in case you guys didn't figure it out, the data source is a weak reference. You need to be holding onto it the calling class so that the reference sticks around long enough. |
@StainlessStlRat Thanks!, I used a strong reference, now it works. Guys, you should use strong reference of the Data Source. |
Hello, I can not turn pages when using this method:
How do i solve this problem? thanks
The text was updated successfully, but these errors were encountered: