ios - iPad app displaying iPhone screen size -


i working on app , has 3 storyboards - ipad, iphone , iphone 4. 3 different users (myself included) have had experience on ipad - splash screen loads small , in top-left corner...leaving white space right , bottom.

it if loading iphone size splash.

i have no launch screen file selected in general tab of project. have noticed after restarting ipad, seem load proper screen size. ideas going on?

use line of code screen size.

cgrect screen_size = [[uiscreen mainscreen]bounds]; 

Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -