Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote plist of images? #56

Open
sasasa671 opened this issue Mar 9, 2014 · 1 comment
Open

Remote plist of images? #56

sasasa671 opened this issue Mar 9, 2014 · 1 comment

Comments

@sasasa671
Copy link

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

@gdavis
Copy link
Owner

gdavis commented Mar 10, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants