I have a RSS parser that displays the articles in a UITableView. I also have a button that brings up a Modal View where you can change the source of the RSS feed. I have 2 questions:
1) How do I keep the selected feed row checkmarked after I quit the app and open it again?
2) How do I call for the article table to reload when the modal view is dismissed?