有可能支持iPhone 6屏幕,但不支持iPhone 6 Plus吗?

时间:2022-06-20 09:02:23

Is it possible to support the iPhone 6 screen, but not iPhone 6 Plus? I'd like the app to use the full screen resolution on the iPhone 6, but don't have the time to redesign some parts of the interface for the iPhone 6 Plus.

有可能支持iPhone 6屏幕,但不支持iPhone 6 Plus吗?我希望这款应用能使用iPhone 6的全屏分辨率,但没有时间重新设计iPhone 6 Plus的部分界面。

Can I support the iPhone 6 screen but have 6 Plus users just see a zoomed-in version of the iPhone 6 interface?

我是否可以支持iPhone 6屏幕,但让6 Plus用户只看到一个放大版的iPhone 6界面?

3 个解决方案

#1


10  

No, it is not possible. The only way to indicate that your app supports iPhone 6 or 6 Plus bigger screen is to add launch XIB or storyboard file (or png launch image for iPhone 6 or 6+). Once you are done, iPhone will not zoom the screen in neither case. So if you add support for iPhone 6, you automatically add support for iPhone 6 Plus and if you do not add that support, you will get zoomed screen in both cases.

不,这是不可能的。显示你的应用支持iPhone 6或6 Plus大屏的唯一方法是添加启动XIB或故事板文件(或png为iPhone 6或6+提供启动图像)。一旦你完成了,iPhone在任何情况下都不会缩放屏幕。如果你添加对iPhone 6的支持,你会自动添加对iPhone 6 Plus的支持,如果你不添加这个支持,你会在两种情况下都得到缩放屏幕。

It is indicated here in the documentation

在文档中有说明

#2


3  

No, if you add launch image for iPhone 6 then automatically added support for iPhone 6 Plus as well. if you not add launch screen for iPhone 6 then you will get zoomed screen in both devices(iPhone 6 and iPhone 6 Plus). because Apple doesn't let you limit apps to a specific model. You can limit base on required device capabilities such as the M7 chip or a gyroscope.

不,如果你为iPhone 6添加了启动映像,那么自动添加对iPhone 6 Plus的支持。如果你不添加iPhone 6的启动屏幕,那么你将会在这两款设备(iPhone 6和iPhone 6 Plus)中都有放大的屏幕。因为苹果不允许你将应用局限于特定的模式。您可以根据需要的设备性能(如M7芯片或陀螺仪)进行限制。

Hope this help you.

希望这对你有所帮助。

#3


2  

Set proper Lunch Image with name and size. following are device and it's name and size of lunch image.

设置适当的午餐形象与名称和大小。下面是设备和午餐图片的名称和大小。

  • iPhone4 -> 320x480(2x) -> 640x960: Default@2x.png
  • iPhone4 -> 320x480(2x) -> 640x960: Default@2x.png
  • iPhone5 -> 320x568(2x) -> 640x1136: Default-568h@2x.png
  • iPhone5 -> 320x568(2x) -> 640x1136: Default-568h@2x.png
  • iPhone6 -> 375x667(2x) -> 750x1334: Default-667h@2x.png
  • iPhone6 -> 375x667(2x) -> 750x1334: Default-667h@2x.png
  • iPhone6Plus -> 414x736(3x) -> 1242x2208: Default-736h@3x.png
  • iPhone6Plus -> 414x736(3x) -> 1242x2208: Default-736h@3x.png
  • iPhoneX -> 375x812(3x) -> 1125x2436: Default-812h@3x.png
  • iPhoneX -> 375x812(3x) -> 1125x2436: Default-812h@3x.png

#1


10  

No, it is not possible. The only way to indicate that your app supports iPhone 6 or 6 Plus bigger screen is to add launch XIB or storyboard file (or png launch image for iPhone 6 or 6+). Once you are done, iPhone will not zoom the screen in neither case. So if you add support for iPhone 6, you automatically add support for iPhone 6 Plus and if you do not add that support, you will get zoomed screen in both cases.

不,这是不可能的。显示你的应用支持iPhone 6或6 Plus大屏的唯一方法是添加启动XIB或故事板文件(或png为iPhone 6或6+提供启动图像)。一旦你完成了,iPhone在任何情况下都不会缩放屏幕。如果你添加对iPhone 6的支持,你会自动添加对iPhone 6 Plus的支持,如果你不添加这个支持,你会在两种情况下都得到缩放屏幕。

It is indicated here in the documentation

在文档中有说明

#2


3  

No, if you add launch image for iPhone 6 then automatically added support for iPhone 6 Plus as well. if you not add launch screen for iPhone 6 then you will get zoomed screen in both devices(iPhone 6 and iPhone 6 Plus). because Apple doesn't let you limit apps to a specific model. You can limit base on required device capabilities such as the M7 chip or a gyroscope.

不,如果你为iPhone 6添加了启动映像,那么自动添加对iPhone 6 Plus的支持。如果你不添加iPhone 6的启动屏幕,那么你将会在这两款设备(iPhone 6和iPhone 6 Plus)中都有放大的屏幕。因为苹果不允许你将应用局限于特定的模式。您可以根据需要的设备性能(如M7芯片或陀螺仪)进行限制。

Hope this help you.

希望这对你有所帮助。

#3


2  

Set proper Lunch Image with name and size. following are device and it's name and size of lunch image.

设置适当的午餐形象与名称和大小。下面是设备和午餐图片的名称和大小。

  • iPhone4 -> 320x480(2x) -> 640x960: Default@2x.png
  • iPhone4 -> 320x480(2x) -> 640x960: Default@2x.png
  • iPhone5 -> 320x568(2x) -> 640x1136: Default-568h@2x.png
  • iPhone5 -> 320x568(2x) -> 640x1136: Default-568h@2x.png
  • iPhone6 -> 375x667(2x) -> 750x1334: Default-667h@2x.png
  • iPhone6 -> 375x667(2x) -> 750x1334: Default-667h@2x.png
  • iPhone6Plus -> 414x736(3x) -> 1242x2208: Default-736h@3x.png
  • iPhone6Plus -> 414x736(3x) -> 1242x2208: Default-736h@3x.png
  • iPhoneX -> 375x812(3x) -> 1125x2436: Default-812h@3x.png
  • iPhoneX -> 375x812(3x) -> 1125x2436: Default-812h@3x.png