我试图为多任务处理(拆分视图)启用我现有的通用iOS应用程序,但是它没有列出,尽管我满足了所有的要求,我想:
我还能错过什么?
发布于 2017-05-18 07:18:41
解决了问题;它是Requires full screen复选框:

在它滴答作响之后,它就像预期的那样起作用了。
发布于 2019-10-23 20:54:45
对我来说,我不得不从我的信息plist文件中删除UISupportedInterfaceOrientations~ipad和相关的数组值--但是保留UISupportedInterfaceOrientations 1。
https://stackoverflow.com/questions/36648137
复制相似问题