iOS 6&7: Storyboard, master detail ViewController when detailViewController is dynamic
- by Cam
I'm building an app for iPhone, I want to use storyboard in XCode to do a simple selection from a tableView (let's call it master table view controller with couple rows) then through navigation it goes to next page and shows a detail view for that selection.
I have in my code a base class representing my detailViewController, and have 2-3 driver…