Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable support for iPad Pro in a Universal app using a Launch Screen

My iOS app has a minimum target of iOS 8, is Universal, and uses a Launch Screen XIB.

Is there a way to disable support for iPad Pro, so that it runs the standard iPad resolution up-scaled?

like image 350
Ric Santos Avatar asked Nov 08 '22 23:11

Ric Santos


1 Answers

Change the project to use Launch Images (asset catalog) instead of a Launch Screen (storyboard).

like image 165
Ric Santos Avatar answered Nov 14 '22 23:11

Ric Santos