I'd like to display a Details view from a select row event on a UITableView sitting on a regular View. Somehow I imagine I could get the selectedIndex and for the Detail view I can have that value passed in to the View. I'm just thinking out loud and from the mindset of a web era programmer. My tableview gets it's data from a plist. Any code samples out there would be great but I doubt there are any. I've search for 3 days trying to find one.
Thanks
It's nearly impossible. I just surrendered and started with a Navigation Template. Everything is smooth as silk.