Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションがiOSでデフォルトの画像を表示するときにステータスバーを非表示にする方法は? 言い換えれば、私のアプリケーションがデフォルトの画像をロードするとき、デフォルトの画像を表示したくなく、ロードが完了したら、画像を再度表示したい/
これを試して
- (BOOL) application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions { [application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone]; }