gdavis / FGallery-iPhone

Objective-C based gallery for iPhones
583 stars 144 forks source link

Keep thumbnails when memory warning occurs while in thumbnail view #31

Closed bbshih closed 12 years ago

bbshih commented 12 years ago

I'm using FGallery with the thumbnail view as the primary view. If a memory warning occurs while as a thumbnail view, all the thumbnails but 1 get cleared. By adding an if/else, it checks if it is in thumbview, and if so, clears everything but the thumbnails and if not in the thumbview, clears everything as it did before.

gdavis commented 12 years ago

Thanks!