我正在开发一个示例应用程序。我基于 View Container 设计了我的应用程序。通过使用以下案例,我为手机(iOS/Android)设计了纵向模式的应用程序,还为 iPad/平板电脑设计了纵向和横向模式。
在Android中,我遵循了这个案例
在 iOS 中,我遵循了这个案例
- 在 iOS 中,只需设置
Xcode -> general -> Development info -> Device Orientation
并选择Portrait
iPhone 和Portrait , LandscapeLeft and LandScapeRight
iPad。
现在我想在纵向和横向模式下为 iPad 和平板电脑设计 splitView。我在谷歌上搜索过,但没有找到任何信息。我想知道如何在 Android 和 iOS 中设计它(拆分视图)。