Retaining NSMutableArray from RSS
I have an app that has an rss feed in it. When the user selects it in the navcontroller, it pushes the rss feed and loads it. However, when you go back to the root then go to the rss feed again, it reloads the rss instead of loading the previous array that was already loaded.
I want to make the app so that the the rss feed only has to load once every time the app is launched. How would I go about this?
FYI- the stories are in a synthesized NSMutableArray.
|