How can I use Three20 to create a dynamic TTThumbsViewController that feeds from a website directory?
- by Cory Robbins
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!