gpt4 book ai didi

ios - 如何将 UIImage 放置在 Navigationbar 中以使其成为 Logo ?

转载 作者:行者123 更新时间:2023-11-28 19:02:10 24 4
gpt4 key购买 nike

enter image description here enter image description here我想在 NavigationBar 的左侧放置一个 Logo /图像。我在代码中尝试了这个,但它不能正常工作。

UIImage *logo = [UIImage imageNamed:@"logo.png"];
UIImageView *imageView = [[UIImageView alloc] initWithImage: logo];
imageView.frame = CGRectMake(2, 2, 40, 40);
self.navigationItem.titleView = [[UIImageView alloc] initWithImage:logo];

我尝试先放置 View ,然后将图像放置为 UIImageView,但对齐效果不好。而且在运行代码时 View 似乎是空白区域..

最佳答案

Bar Button Item 插入左侧的 Viewcontroller,并将图像插入 Bar item see the image

enter image description here

关于ios - 如何将 UIImage 放置在 Navigationbar 中以使其成为 Logo ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23881773/

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