gpt4 book ai didi

ios - 为导航标题设置图像在横向模式下无法正常工作

转载 作者:行者123 更新时间:2023-11-28 22:17:47 27 4
gpt4 key购买 nike

我使用以下代码为导航标题设置图像,但是当我在横向上检查它时,图像从导航栏中出来。我尝试调整大小但它不起作用。谢谢

UIImageView *image=[[UIImageView alloc]initWithFrame:CGRectMake(0,0,45,45)] ;
[image setImage:[UIImage imageNamed:@"titleimage.png"]];
[self.navigationController.navigationBar.topItem setTitleView:image];

最佳答案

在横向导航栏是 32 点高而不是 44。所以,在这两个方向上你的 ImageView 确实太大了。但是在横向模式下,您应该用具有较小框架高度的新实例替换 ImageView 。

关于ios - 为导航标题设置图像在横向模式下无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21187828/

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