gpt4 book ai didi

iphone - iOS:带有按钮图像的导航栏

转载 作者:技术小花猫 更新时间:2023-10-29 10:56:34 27 4
gpt4 key购买 nike

我想创建一个 NavigationBar,其中图像作为 NavigationBar 右侧的按钮。

类似于下面的快照

enter image description here

我怎样才能做到这一点?

最佳答案

希望对您有所帮助

viewController.navigationItem.titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"yourimage.png"]];
UIBarButtonItem * item = [[UIBarButtonItem alloc] initWithCustomView:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"yourimage2.jpg"]]];
viewController.navigationItem.rightBarButtonItem = item;

关于iphone - iOS:带有按钮图像的导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13122817/

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