I want to create a Master-Detail Application which contains 3 Views in a master-detail hierarchy.
First View=>Second View=>Third View
When I create a Master-Detail Project, XCode creates two ViewControllers; a Master View controller and a Detail View Controller... I want to add a third ViewController to project and open this new View from a TableView in DetailView Controller.
I am little confused about this, I added a new UIViewController class to my project but I can't understand how I create a relationship between my new view and DetailView Controller?