gpt4 book ai didi

ios - 如何在条形按钮项目上添加标签?

转载 作者:行者123 更新时间:2023-11-29 12:16:27 25 4
gpt4 key购买 nike

我有 UIBarButtonItem,它是使用界面生成器获取的。

其导出取值如下:

{
IBOutlet UIBarButtonItem *itemNext, *itemPrevious, *itemSubmit;
}

所以在我的 Storyboard中它看起来像下图。

enter image description here

现在,我的问题是如何在 rightBarButtonItem 项之前添加 UILabel

注意:UIBarButtonItem 不在 navigationController 上,它设置在屏幕底部,如图所示。

我无法将 UILabel 拖放到 UIBarButtonItem 上任何人都可以建议我该怎么做?

最佳答案

UILabel 只能作为 subview 添加到 UIToolbarUINavigationBar

您可以添加一个UIBarItem。在 UIBarItem 上使用 setTitleTextAttributes:forState: 获取类似于 UILabel 的属性字符串属性。

关于ios - 如何在条形按钮项目上添加标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31885473/

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