gpt4 book ai didi

swift - 从 UISearchBar 更改 UIBarButtonItem

转载 作者:行者123 更新时间:2023-11-28 08:57:35 26 4
gpt4 key购买 nike

我想更改 iOS 8 中 UISearchBar 中取消按钮的文本字体和颜色。我已经尝试了适用于 iOS 6 和 7 的解决方案,但它们似乎不起作用。

最佳答案

这不是我正在寻找的解决方案,但它确实有效。

let cancelButtonAttributes: NSDictionary = [NSFontAttributeName: FONT_REGULAR_16!, NSForegroundColorAttributeName: COLOR_BLUE]
UIBarButtonItem.appearance().setTitleTextAttributes(cancelButtonAttributes, forState: UIControlState.Normal)

关于swift - 从 UISearchBar 更改 UIBarButtonItem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32692569/

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