statusbar - OpenFeint + iPad + Hiding status bar -


My app does not run fullscreen any status bar, but when it starts and asks which account to use , The status bar appears.

How can I disable this? Note that when the connection window is closed the status bar leaves a white rectangle.

Remove the viewController from the window, set the required size and add it again in the window. The sample code is as follows:

  - (Zero) Dashboard appears Willy {_appDelegate = (MyAppDelegate *) [[UIApplication shared applicant]]]; [_appDelegate.navcontroller.view RemovingPreviewView]; [_appDelegate.window Setframe: CGRactMake (0.0, 0.0, 768.0, 1024.0)]; [_appDelegate.window addSubview: _appDelegate.navcontroller.view]; }  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -