gpt4 book ai didi

iphone - 导航栏自定义高度

转载 作者:行者123 更新时间:2023-12-03 21:15:57 26 4
gpt4 key购买 nike

我想删除状态栏到导航栏的距离。怎么办?

enter image description here

if ([self.navBar respondsToSelector:@selector(setBackgroundImage:forBarMetrics:)])
{
[self.navBar setBackgroundImage:[UIImage imageNamed:@"bar-top"]
forBarMetrics:UIBarMetricsDefault];

}

最佳答案

试试这个:

self.navigationController.navigationBar.frame.size.height

或者您可以创建您的自定义一个。

Designing a Custom iPhone App Navigation Bar

costume style

关于iphone - 导航栏自定义高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13429639/

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