gdavis / FGallery-iPhone

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

Support Full Path #36

Closed saturngod closed 11 years ago

saturngod commented 12 years ago

If we are using [[NSBundle mainBundle] bundlePath] , it couldn't support NSLibrary or NSDocumentPath to view the image.

Added some code in FGalleryPhoto.m to check file exist or not.