iOS 9 iPhone/iPod 应用的分屏支持
iOS 9 Split screen support for iPhone/iPod app
是否可以为 iPhone/iPod 应用而不是通用应用支持 iOS 9 的多任务处理(例如分屏)?
我现有的应用程序需要完全 UI 重新设计才能在 iPad 屏幕上看起来不错,但在只有一半大的分屏上立即看起来很好。
在我自己的测试中,我只能让它与通用应用程序一起使用,但我还没有找到任何关于此的 Apple 文档,所以我希望这里有人可能有一些信息。
Is it possible to support iOS 9's multitasking (e.g. split screen) for iPhone/iPod apps as opposed to a Universal app?
没有
I haven't been able to find any Apple documentation on this yet
他们没有明确说明,因为表面上看起来很明显,正如我想你理解的那样。你可以从几个地方推断出来。例如 this documentation 表示:
In your project’s Info.plist
file, in the “Supported interface orientations (iPad)” array, declare support for all four device orientations, as shown here:
显然,“支持的界面方向 (iPad)”数组不会在仅 iPhone 的应用程序上读取。
这是关于 device/iOS 功能(因此这本身不是开发问题)。
所有设备都支持多任务处理。但是,iPad 还添加了侧拉、拆分视图和画中画。
On your iPad, you can use multitasking to switch between apps using gestures, use two apps at once, answer emails while watching a video, and more.
是否可以为 iPhone/iPod 应用而不是通用应用支持 iOS 9 的多任务处理(例如分屏)?
我现有的应用程序需要完全 UI 重新设计才能在 iPad 屏幕上看起来不错,但在只有一半大的分屏上立即看起来很好。
在我自己的测试中,我只能让它与通用应用程序一起使用,但我还没有找到任何关于此的 Apple 文档,所以我希望这里有人可能有一些信息。
Is it possible to support iOS 9's multitasking (e.g. split screen) for iPhone/iPod apps as opposed to a Universal app?
没有
I haven't been able to find any Apple documentation on this yet
他们没有明确说明,因为表面上看起来很明显,正如我想你理解的那样。你可以从几个地方推断出来。例如 this documentation 表示:
In your project’s
Info.plist
file, in the “Supported interface orientations (iPad)” array, declare support for all four device orientations, as shown here:
显然,“支持的界面方向 (iPad)”数组不会在仅 iPhone 的应用程序上读取。
这是关于 device/iOS 功能(因此这本身不是开发问题)。
所有设备都支持多任务处理。但是,iPad 还添加了侧拉、拆分视图和画中画。
On your iPad, you can use multitasking to switch between apps using gestures, use two apps at once, answer emails while watching a video, and more.