Is there a way to opt in to iOS 9 side-by-side multitasking without also opting into slide over?
The background is that our app UI copes fine in side-by-side, but doesn't really work at all in the narrow slide over mode. The app is mostly a PDF annotator, so the narrow slide-over mode doesn't really even make much sense from the point of view of the user experience.
I've been through the documentation/WWDC session and the only configuration possible seems to be using UIRequiresFullScreen
which controls both side-by-side and slide-over at the same time.
Is there any way we can disable just slide over?
答案 0 :(得分:0)
两年后,我可以确认这似乎不太可能。
我能看到的唯一解决方法是在幻灯片模式下显示一个简单的视图控制器,它只是说'请打开更宽的窗口以使用此应用程序',但它是并不是一个好的用户体验。
最后,我们重新设计了UI,以便在slideover模式下可以做一些事情。