Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS7 XIB issue. blank space at top and bottom

I am having a view on which I am setting an ImageView. Auto layout is checked. It looks good in the preview, but when app actually runs on the simulator, there is blank space is showing at the top as well as bottom only in the iPHone retina 4 inch simulator. on 3.5 inch it looks fine. Using iOS7 and XCODE 5.

Even though i removed image from view, still there is the same problem.

Blank space at the top and bottom

What can be reason for this blank space ?

like image 487
sourabhkumbhar Avatar asked Oct 16 '13 12:10

sourabhkumbhar


1 Answers

I think are you Forget to adding splash screen [email protected] in to you Project please check Property and set required splash-screen [email protected] (640 × 1136 pixels) and clean project and run again

like image 99
kirti Chavda Avatar answered Oct 02 '22 00:10

kirti Chavda