Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable automatic app scaling in iOS 8?

I'm working today with Xcode 6.0 and the iOS 8 simulator to adjust my iOS apps to iOS 8.

The apps are automatically scaled to fit the iPhone 6/6+ screens. I do not want this, I want to arrange myself the display. How can I do that?

Furthermore, when I do this on the iPhone 6 simulator:

NSLog(@"%f",[[UIScreen mainScreen] bounds].size.width);

It returns :

320.000000

What am I missing?

like image 201
Supala Avatar asked Sep 10 '14 08:09

Supala


People also ask

How do you stop Iphone apps from moving?

Getting icons to stop moving is easy. Just press the Home button on the front of your phone and everything will stop moving. If you deleted or moved apps, or created folders, pressing the Home button will save the changes you've made.

How do I see app permissions on Iphone?

Go to Settings > Privacy & Security, then tap App Privacy Report. The App Privacy Report shows you how apps are using the permissions you granted them and shows you their network activity.


1 Answers

From rckoenes response:

You need to add an iPhone 4.7" and iPhone 5.5" launch screen.

Be careful to the sizes of the launch screens... at this time, with exactly 14 launch screens of different sizes, it's posible to make mistakes...

like image 172
Supala Avatar answered Oct 17 '22 19:10

Supala