How can I use Three20 to create a dynamic TTThumbsViewController that feeds from a website directory?
Posted
by
Cory Robbins
on Stack Overflow
See other posts from Stack Overflow
or by Cory Robbins
Published on 2011-01-08T04:54:37Z
Indexed on
2011/01/08
5:53 UTC
Read the original article
Hit count: 228
Hello,
I'm pretty new to the iPhone developing scene, and I am designing an app for a high school band program. Part of the app needs to be an image gallery that retrieves photos from a directory on the band's website and lists them in the thumbnail view. I can't figure out how to create a thumsview that isn't directly linked to specific pictures.
I currently have this setup to work with a UIWebView that points to a PHP photo album designed to look like the iPhone Photo Album. This method works, but it is not ideal, and the navigation is obviously a bit less than what would be expected.
Is Three20 the right tool for this job? If not, what should I be using?
Thanks!
© Stack Overflow or respective owner