I have a si开发者_高级运维tuation where I sometimes need a real fullscreen view that also covers the status bar completely. When this view is gone, I want the status bar to be visible again below it.
I want to display an error message in red on status b开发者_运维知识库ar if a user action results in error. I have tried setting the forground color to red but the it still displays the message in def
My application support to display some screen in landscape mode, and in landscape mode, I set to hide the status bar to get mode space to display data.
I want to use ToolStripSplitButton as a button only (no drop down menu) in my StatusStrip. For this reason i want to not display the little arrow, but i 开发者_C百科can\'t do this.
I have an iPad application that creates and shows a video with an MPMoviePlayerViewController. Here\'s my code:
When the MFMailComposeViewController modal view is loaded, the status bar disappeared. It doesn\'t appear again anymore if I navigate back to other view controllers.
I\'ve been struggling with a very annoying problem all day long and I hope I coul开发者_Python百科d find help on this board.
One good feature in iOS 4 is that we can resize the movie player. I\'m using MPMoviePlayerController to play a video file. I\'m resizing the view to show it in half screen only.
//Create the NSStatusBar and set its length statusItem = [[[NSStatusBar systemStatusBar] statusItemWithLength:NSSquareStatusItemLength] 开发者_StackOverflow中文版retain];
As soon as I add a UIImagePickerController sub view to my view the status bar disappears and I can\'t get it back. Is there any way to keep the status bar visible?