i\'m wondering what\'s the best method to save and load data in a iphone application.
i\'m trying to save strings into a text file or something like that and load them
There are basically three methods for saving data:
In your case, you should definitely learn how to use Core Data, it's hard at the first time, but it is really comfortable later on. There is as well the NSFetchedResultsController to handle the loading into TableView.
Most of the utility applications use Core Data to save data (Todo lists, etc..). The link to Core Data has been posted by willcodejavaforfood.