I have a best practices question about how (or even if) I should store data. Disclaimer: I'm a noob. Okay so right now I have an application that's using a UIWebView to browse a wordpress based site. However, I'm thinking about switching it to a UITableView and loading the data from the RSS feed so that I have tighter control over the way the site looks in the application.I have a best practices question about how (or