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
I just see below approach to use NYTPhotoViewer, follow this approach I have to init photos array with image data first (image data is very big compare with it's path or it's name), so in case I have 10000 or more photos, my photos array will very large and it will maybe out of memory or the app willbe freeze. How can I resolve this problem.
@jacks8x this is a good point; lazy loading isn't something that the library currently allows.
As far as I know it's not in our plan, but we'll leave this issue open as a reminder, and pull requests would be welcome for discussion (though note that any pull request for this should probably take #163 into account, too).
I'm also seeing issues with this. When loading a large array of images, many of the images at the end of the array have timed out due to network saturation. Lazy loading for images is a pretty standard mobile paradigm and without support, I'll be looking for another library or writing my own ViewController to handle this.
I just see below approach to use NYTPhotoViewer, follow this approach I have to init photos array with image data first (image data is very big compare with it's path or it's name), so in case I have 10000 or more photos, my photos array will very large and it will maybe out of memory or the app willbe freeze. How can I resolve this problem.
The text was updated successfully, but these errors were encountered: