Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.