best way to store list of websites on iphone app

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-12T20:49:23Z Indexed on 2010/05/13 6:24 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

By best I mean most efficient. So don't go on about subjectiveness.

I have a list of websites and I want to store the list on the iphone locally, there must be an URL, title and a small image (like 32x32 max image size). I don't think I should be using CoreData for this. Should I be using a plist?

© Stack Overflow or respective owner

Related posts about coredata

Related posts about plist