Black bar problem on 4-inch iPod Touch

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
fd9_
Halfling
Posts: 64
Joined: Wed Aug 20, 2008 9:20 pm
x 22

Black bar problem on 4-inch iPod Touch

Post by fd9_ »

My setup:

Ogre 1.8.2
XCode 4.5.1
4-inch iPod Touch current gen
Latest XCode templates

On the simulator it works fine, but this is what you get on the device after I selected a 4-inch launch image in XCode:

Image

However, when you rotate the device from portrait to landscape, the problem goes away.
User avatar
masterfalcon
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 4270
Joined: Sun Feb 25, 2007 4:56 am
Location: Bloomington, MN
x 126

Re: Black bar problem on 4-inch iPod Touch

Post by masterfalcon »

Did you add a 4" launch image to the project? If not, do that then rebuild and make sure to delete the app off the device so it doesn't try to use the old resolution saved in the config file.
fd9_
Halfling
Posts: 64
Joined: Wed Aug 20, 2008 9:20 pm
x 22

Re: Black bar problem on 4-inch iPod Touch

Post by fd9_ »

masterfalcon wrote:Did you add a 4" launch image to the project? If not, do that then rebuild and make sure to delete the app off the device so it doesn't try to use the old resolution saved in the config file.
Deleting the app from the device before rebuilding fixed the problem - thanks!