In my application I am parsing XML to create a UITableView. When a user selects a row it changes the file that it is parsing and reloads the tableview.
I want to create a back button so that the user can go back the the previous XML page they were viewing.
In short how can I tell the navigation controller to create a back arrow for this page when all i am doing is reloading my tableview?