ios - Layout issues with XIB in Xcode 5 (after upgrading app) -


i have worked on application, done 2 years back, using xib's , autosizing.

now, i've upgraded app (in xcode 5) & need make changes according iphone 5 (4") , iphone 4, 4s (3.5")

i've tried put margin layouts these not making difference.

enter image description here

i've created quite few apps before using similar techniques out complication in app, view in iphone4 has black cut @ top , bottom of screen.

![enter image description here][2]

this issue not related autosizing.
you're missing 640x1136 launch image (i.e. default-568h@2x.png).

launch images

add , app should go full screen.

ps: happened me when created ios7 project in xcode 5 , deleted images.xcassets project targets.


reference


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -