I'm stumped here and tried looking up how to do this but there isn't much info on google, how do I go about caching a NSMutableArray and a UITableView to the iphone for later use so when the view has disappeared it would clear them to save memory.
I've not got much knowledge in iOS development...
The NSMutablearray is called *allentries but I think the UITableView is just called using tableView.
Any help will be greatly appreciated.
EDIT: Oh almost forgot I may need help with loading the data later too. sorry.