This objective-c iOS code hiding the statusbar programmatically.
- (BOOL)prefersStatusBarHidden{ return YES; }
Bei Fragen und Anliegen: support(@)uplink7.com .
This objective-c iOS code hiding the statusbar programmatically.
- (BOOL)prefersStatusBarHidden{ return YES; }