我在我的项目中使用相机 API 和 QR 码 API,我可以在我的项目中实现多任务处理(拆分视图)吗

I am using Camera API and QRCode API in my Project, Can i implement multitasking(splitvIew) in my Project

我在我的项目中使用相机API和QRCode API,我可以在我的项目中实现多任务处理(splitvIew,SlideOver)吗? 我认为当我们使用相机 API 时,想要使用全屏。 我的项目还有一些其他功能。 是否只能在使用相机时使用全屏API?

如果您的应用是以相机为中心的应用或与游戏相关的应用,那么 Apple 建议选择退出上述功能。

Apple 文档说

Consider opting out only if your app falls into one of these narrow categories:

Camera-centric apps, where using the entire screen for preview and capturing a moment quickly is your primary feature.

Full-device apps,such as games that use iPad sensors as part of their core gameplay Otherwise, Apple, and your customers, expect you to adopt Slide Over and Split View.

要选择退出参与侧拉和拆分视图的资格,请将 UIRequiresFullScreen 键添加到您的 Xcode 项目的 Info.plist 文件并应用布尔值 YES.

如果您需要更多说明,请告诉我。