I recently finished my app but haven't made it for the 4 inch screen yet. I decided to upload it to the appstore anyways and do the 4 inch version later. I'd like to have black top and bottom bars shown if the app is used on a 4 inch display.
I have an default image called [email protected] but when I build it and change the simulator to 4 inch it stretches my screen and no black bars are shown. If I delete the [email protected] it doesn't change a thing.
Anyone can help me out?
autoresizingMask
means that no coding is needed. You often don't need to put in any conditional code. - Rob