English 中文(简体)
为什么“iPad”能够躲避“地位”的??
原标题:Why iPad can t hide Status Bar from splash?

每个人!

我很想知道可以解决哪些问题。 我在“我方言”和“Pi”地位酒吧进行普及工作,从闪电图像开始便躲藏起来。 然而,在iPad,它只藏匿起来,直到喷洒图像消失。

这正是我在应用中:

- (void)applicationDidFinishLaunching:(UIApplication *)application {    
    [[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];
    [window addSubview:viewController.view];
    [window makeKeyAndVisible];
    [[UIDevice currentDevice] setOrientation:UIInterfaceOrientationLandscapeRight];
}

In my info.plist... “Status 酒吧最初是隐蔽的”,受到检查。 我的法典没有规定任何时刻都再次显示地位。

有什么想法可导致这种情况?

感谢。

问题回答

隐藏通用服饰物状况的最容易的方法是进入您的Info.plist;右边点击添加一行,并选择原封的“地位律师”。

这将确保每当你评估发射情况时,都会隐藏身份。

“check

我也谈到了伊巴德问题。 我认为,删除Info.plist,并以与以前输入的数据完全相同的数据添加这一清单,不是我的问题。





相关问题
What is the point of the StatusBarItem class in WPF?

How is the StatusBarItem class supposed to be used? Is every element in a StatusBar s content supposed to be wrapped with it? I don t really understand how StatusBarItem affects the StatusBar layout. ...

how do I duplicate animation from iPhone photos app

I am building an app that has picture viewing capabilities. I have wrestled the UIScrollView beast to the ground (hope to post my scrollview knowledge RSN) and am now trying to duplicate some of the ...

Get ProgressBar to fill StatusBarItem

I have a StatusBar that I d like to house a TextBlock docked to the left and a ProgressBar filling the remaining width. In all my other experiences with the WPF ProgressBar, it will fill its given ...

Status bar in webbrowser

Am looking an option on how to add status bar and show the same for webbrowser control, any thoughts on that. When i type sites with https: on a texbox above webbrowser i am supposed to show the ssl ...

Why do I see double status bars when starting my app?

When starting my iPhone application, I m seeing both the status bar from Default.png and the OS s built-in status bar, instead of just seeing the OS s status bar. What have I done wrong?

热门标签