I'm new to iPhone programming so forgive me if this is obvious (I tried googling but I couldn't find anything). I am creating a history list for my web browser I am creating. I am using a Navigation Controller to go back and forth. My history is a tableview. When the user clicks on a history item, I would like them to be taken back (so using popViewController) to the browser view (which has a WebView object) and load that page. My general question is, how does one pass this information back the stack?
This is due tomorrow so any help would be much appreciated!
This is due tomorrow so any help would be much appreciated!