PDA

View Full Version : run app full screen?




chenks
Aug 12, 2009, 03:10 PM
i have a tab-bar application than runs fine (4 tabs/screens). it currently shows the status bar at the top of the screen (showing carrier, time etc).

how do i get it so that the app runs full screen.. ie on top of the status bar ?



dejo
Aug 12, 2009, 03:23 PM
Put a setting in your Info.plist to hide the status bar. Pretty simple, eh?

chenks
Aug 12, 2009, 03:25 PM
D'oh I was looking to set something in the xib files.