gdavis / FGallery-iPhone

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

Remote plist of images? #56

Open sasasa671 opened 10 years ago

sasasa671 commented 10 years ago

Is this possible todo? Not an Obj-c kinda guy, how hard would this be?

gdavis commented 10 years ago

You'd need to write code that downloaded the plist and parsed its data into a usable array or dictionary that you could then use to provide data to the photo gallery using the delegate methods. Here's some sample code I quickly found doing a Google search: http://stackoverflow.com/a/14859027/189292

Once you have a your plist data, just use the data source delegate methods to provide the content for the image gallery.