nytimes / NYTPhotoViewer

A modern photo viewing experience for iOS.
http://open.blogs.nytimes.com/2015/03/27/a-new-view-for-nytimes-photos/
Other
2.86k stars 378 forks source link

PhotoViewer with array image urls #216

Closed iMark21 closed 7 years ago

iMark21 commented 8 years ago

Im not able to load asynchronously images on this framework, can anyone help me? Im using AFNetworking to load that kind of images. (Maybe some example it could be better)

JurayevNodir commented 8 years ago

@interface NYTExamplePhoto : UIImageView and remove image property from class )

maciejzukowski commented 7 years ago

https://github.com/NYTimes/NYTPhotoViewer/issues/203#issue-166349885

cdzombak commented 7 years ago

Unfortunately, we don't plan to support this in this library at this time. This feature would require this UI component to handle fetching and caching, or otherwise dictate a third-party library for those tasks, which we feel is better left to another part of your application.