热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

从UISearchBar更改UIBarButtonItem

如何解决《从UISearchBar更改UIBarButtonItem》经验,为你挑选了1个好方法。

我想更改iOS 8中UISearchBar内的取消按钮的文本字体和颜色.我已经尝试过iOS 6和7的解决方案,但它们似乎无法正常工作.



1> diogo.appDev..:

This was not the solution I was looking for, but it worked.

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


这会更改所有小节按钮项的颜色,而不仅仅是UISearchBar的"取消"按钮.
推荐阅读
author-avatar
滒娶伱
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有