gpt4 book ai didi

iphone - 如何在 UINavigationController 中添加中间按钮?

转载 作者:行者123 更新时间:2023-12-03 20:28:27 25 4
gpt4 key购买 nike

我有一个 UINavigationController,它设置了左右按钮属性。我不想将标题放在中间,而是想在那里放一个按钮。我不确定如何才能实现这一目标。

代码:

UIBarButtonItem* titleButton = [[UIBarButtonItem alloc] 
initWithTitle:symbol
style:UIBarButtonItemStyleBordered
target:self
action:@selector(addToWatchlistButtonClicked:)];

self.navigationItem.titleView = titleButton;

最佳答案

使用UINavigationItemtitleView属性。

self.navigationItem.titleView = button;

关于iphone - 如何在 UINavigationController 中添加中间按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7156658/

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