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?
EDIT: Efficient's definiton i though was obvious. Take up the least amount of room, use lowest memory/CPU. Sorry i forglt to say About 10-15 max items. And they just get loaded into a table view when the app first loads or when that view is brought back by a nav controller.