You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the datasource on the NYTPhotosViewController? I have looked all over the example and documentation, and can not figure out a way. I am loading the image files from my backend, and then I want them to display as they are loaded, similar to how a tableview works. But, I can not figure out a way to set the datasource like: photosVC.datasource = self. Then, I could just implement the datasource methods. Is this possible?
The text was updated successfully, but these errors were encountered:
Take a look at the develop branch — I'd like to get a few other things done before making a release, but it includes #226 which sounds like what you're looking for.
Is it possible to set the datasource on the NYTPhotosViewController? I have looked all over the example and documentation, and can not figure out a way. I am loading the image files from my backend, and then I want them to display as they are loaded, similar to how a tableview works. But, I can not figure out a way to set the datasource like: photosVC.datasource = self. Then, I could just implement the datasource methods. Is this possible?
The text was updated successfully, but these errors were encountered: