Migrating a tab bar-based iPhone project to iPad

谁都会走 提交于 2019-12-06 12:33:36

You could use the UISplitViewController and have a UITabBarController as the master view controller (the left side pane that is usually a list).

That way you could still use the tabs and drill down approaches until you read the detail view for each animal (using your analogy) and then display the detail page in the detail view controller (the right side pane).

This would work and isn't forbidden by Apple or the HIG.

That's my idea anyway :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!