Wednesday 15 January 2014

ios - How to prevent Xcode/Interface Builder from auto-shifting view down? -



ios - How to prevent Xcode/Interface Builder from auto-shifting view down? -

without modifying code in new xcode 6.0 single view project targeting iphones running ios 7.1, result on testing ipod touch 5th gen device shows shifted version of what's in interface builder. appears shift downward. i've tried turning off auto layout , size classes, , resetting uiview coordinates (0,0), still battery symbol , upper bar far down! please see pictures below interface builder screenshot, , device screenshot. question how can maintain see in interface builder, , stop ipod shifting downwards entire uiviewcontroller? thanks!

update: in end, had go project build settings, click on app under targets, , alter launch images sources new folder titled "launchimage-2" , delete launch screen file field, set launch images.

if don't add together default-568h@2x.png

then xcode build project of size 3.5 inch , shows black patch @ bottom.

so have compulsory add together image name default-568h@2x.png of size 640 x 1136

if utilize empty asset catalog launch images, iphone 5's screen size supported (without having include image files @ all).

ios objective-c iphone xcode interface-builder

No comments:

Post a Comment