views:

100

answers:

1

Hi, I have an iPhone app and for some reason it is moving all the UI elements up the height of the status bar, and they are going under the status bar.

And I have set up the UI with Interface Builder

A: 

I answered a similar question yesterday. Likely the solution for you is also similar.

Open up the view's .xib in Interface Builder, and Bring up the Attributes Inspector (Cmd-1). Then make sure the Simulated User Interface Elements setting for Status Bar is not set to None.

Shaggy Frog
I tried this, and its still doing it, the status bar is set to grey.
Mr. Man