gpt4 book ai didi

iphone - 如何摆脱 UINavigationController(iOS 应用程序)中的灰色条

转载 作者:行者123 更新时间:2023-12-01 19:18:56 25 4
gpt4 key购买 nike

当用户单击按钮时,我正在使用此代码在我的 iOS 应用程序中打开一个页面,但是当用户这样做时,我在页面顶部看到一个灰色条。我怎样才能摆脱这个?

- (IBAction) colours:(id)sender   { 
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:colourPickerView];
[self presentViewController:navigationController animated:YES completion: nil];
}

最佳答案

您可能指的是导航 Controller 创建的导航栏。

要隐藏它,只需使用它。

[navigationController.navigationBar setHidden:YES];

关于iphone - 如何摆脱 UINavigationController(iOS 应用程序)中的灰色条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11349839/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com