iPhoneDevCentral Forums
Home Help Search Login Register
 
Welcome, Guest. Please login or register.

Login with username, password and session length
 
News: SMF - Just Installed!
 
Pages: [1]
  Print  
Author Topic: My DVD Library Xcode Project  (Read 314 times)
jonahwy
Newbie
*

Karma: +0/-0
Posts: 1


View Profile Email
« on: July 05, 2009, 04:49:15 PM »

Thanks for the great tutorial!  There are too few resources for using plists with tableviews.  I am curious about your comment that the "DetailViewController should really be a subclass of UIView that would provide a lot more flexibility in laying out your data".  Would you be willing to show a quick example of this?

Thanks!
Logged
vladinecko
Administrator
Newbie
*****

Karma: +0/-0
Posts: 9


View Profile Email
« Reply #1 on: July 09, 2009, 11:45:04 AM »

sure. what i meant was that you would just use a plain UIView where you would lay out your UI elements for that detail page. In my particular example, you'd have an UIImageView to display the DVD cover and a few UILabel-s that would display all your data. Maybe I can build that out in the next tutorial as a replacement for the table view I'm unnecessarily using instead.
Logged
lgiraud
Newbie
*

Karma: +0/-0
Posts: 1


View Profile Email
« Reply #2 on: May 17, 2010, 02:45:29 PM »

Hi Vladimir,
Is it a hard job to put the Testdata.plist file on a webserver, the images as URLs and view  extracts of the video on the iphone ?   Undecided
reagrds,
Laurent
Logged
vladinecko
Administrator
Newbie
*****

Karma: +0/-0
Posts: 9


View Profile Email
« Reply #3 on: May 26, 2010, 10:44:42 PM »

Hi Vladimir,
Is it a hard job to put the Testdata.plist file on a webserver, the images as URLs and view  extracts of the video on the iphone ?   Undecided
reagrds,
Laurent

you mean you want to download the data dynamically? if so, you want to look into NSURLConnection class. i wrote a simply helper class for myself a while ago that takes a url as a param and then asynchronously downloads the target. it then calls a callback method you specify. the code isn't ready to be published so i may get it out there once i clean it up.

hope this helps.
Logged
Pages: [1]
  Print  
 
Jump to: