I am just starting with iPad App development. I want to use splitViewController in my app. I have gone through various tutorials and references about the same. In all of those I mainly see all we have is one masterViewController and one detailViewController. Content of detailView are loaded based on row selected in masterViewController.
my question is it possible to have different in an app viewcontrollers and those will be loaded on the click on respective row selection in masterViewController. If So should I have to initialized splitviewController in appdelegate only one of those or is there any other way to do this ? Please help me out.
Regards,
Sumit
I think It’s what you are looking for : it’s a sample of code made by Apple
Do not hesitate to ask for more details.