Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
I have UIViewController
with a view that is 320x480. I made autoresizing mask setup for UIView
to stretch it horizontally and vertically. But when I run it on iPhone 5 simulator there are black space at top and bottom.
Why UIView
is not resized automatically from 480 to 568 pixels (vertically) to fill the empty space ?