gpt4 book ai didi

ios - 使 UINavigationBar 更短

转载 作者:行者123 更新时间:2023-11-29 02:10:20 25 4
gpt4 key购买 nike

我见过几个具有较短 UINavigationBar 的应用程序。就像 StackOverFlow iOS 应用程序一样。

我们如何实现这一目标? example screenshot

最佳答案

试试这个:

-(void)viewDidLayoutSubviews{ 
CGRect temp=self.navigationController.navigationBar.frame;
[self.navigationController.navigationBar setFrame:CGRectMake(temp.origin.x, 40, temp.size.width, temp.size.height)];
}

关于ios - 使 UINavigationBar 更短,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29340518/

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