【发布时间】:2015-05-29 20:29:51
【问题描述】:
iOS 8 中的新 UISplitViewController 让我有些吃力。
我想在 iPhone(横向和纵向)以及在纵向的 iPad 上实现滑出式菜单,在横向的 iPad 上实现持久的侧边栏。
我有一个 UITableViewController 作为 master 和一个 UINavigationController,其中有几个 UIViewControllers 作为我的 SplitViewController 中的细节。
是否有可能在 iOS 8 中使用新的 UISplitViewController 获得类似的东西? 首先,让 iphone 滑动的东西运行就足够了:D
谢谢你:)
【问题讨论】:
标签: ios iphone swift xcode6 uisplitviewcontroller