开发者

Can we have more than one view controller in SplitViewController ?

开发者 https://www.devze.com 2023-04-12 08:23 出处:网络
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

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 开发者_Python百科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

The application uses a split view controller with a table view controller as the root view controller. When you make a selection in the table view, a new view controller is created and set as the split view controller's second view controller.

Do not hesitate to ask for more details.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号