Ohad Regev
Ohad Regev

Reputation: 5711

iOS >> iPhone 5 vs. 4 >> How to Force the App to Have One Screen Size?

Let's say that when creating a new app, I wish to NOT adjust an app for both screens sizes (5 vs. 4); instead I wish to design one screen that suits iPhone 4 (and lower) and have these black bars appear in both sides.

I do wish to use Auto Layout for other purposes.

Currently, If I design the screen in IB while it displays the 4 size and then run it on 5, it stretches the background view instead of adding the black bars.

Anyone?

Upvotes: 0

Views: 491

Answers (1)

Magyar Miklós
Magyar Miklós

Reputation: 4272

Your app will be rejected, if you don't add iPhone 5 screen support. Apple won t accept new apps without iPhone 5 support.

Apps that don't support Apple's latest iOS device displays are on their way out, as are apps that haven't been updated to address a longstanding privacy concern. On Thursday, Apple informed iOS App developers that as of May 1, the App Store will stop accepting new apps or app updates that access a device's unique identifier or fail to support Retina devices and the iPhone 5.

Starting May 1, Apple will require all iPhone apps to do so, as well as support iOS devices with Retina displays in general.

Upvotes: 1

Related Questions