且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iPad Pro可从iPad应用程序和启动屏幕文件扩展-iOS 10

更新时间:2021-09-08 22:39:54

我遇到了类似的问题。以下是对我有用的解决方案。

I ran into similar issue. Below is the solution that worked for me.

我的应用使用启动故事板来修复启动时缩放应用图标的怪异问题。

My app uses a launch story board to fix the weird issue of zoomed app icon on launch.

删除此选项可修复iPad Pro中的分辨率,并且应用程序的行为与iPad Air中的行为完全相同。

Removing this resulted in fixing the resolution in iPad Pro and app behaved exactly like in iPad Air.

但是我需要添加启动图像来修复启动时缩放的应用程序图标。
转到设置->常规

But i need to add Launch image to fix the zoomed app icon on launch. Go to Setting -> General

启动图片设置

在资产目录中添加启动图像(1024 * 768)。 (基于您的应用支持的方向。)

这应该同时解决启动时应用图标放大的问题,并设置适当的分辨率以适合iPad中的应用就像iPad Air一样。

This should fix both the issues of zoomed app icon on launch and setting proper resolution to fit the app in iPad Pro as in iPad Air.