gpt4 book ai didi

ios - 如何更改 CNContactPickerViewController searchBar 的颜色

转载 作者:技术小花猫 更新时间:2023-10-29 11:25:41 26 4
gpt4 key购买 nike

我从一个 View Controller 启动了一个 CNContactPickerViewController,但我怎样才能更改其中搜索栏的文本颜色。导航栏是深蓝色的,在 iOS11 中默认的搜索栏文本是黑色的。

最佳答案

我更新了快速修复的方法在呈现 CNContactPickerViewController 之前,您应该设置 UISearchBar 的背景颜色

            UISearchBar.appearance().backgroundColor = UIColor.white
let cancelButtonAttributes = [NSForegroundColorAttributeName: ColorConstant.baseColorGray]
UIBarButtonItem.appearance(whenContainedInInstancesOf:
[UISearchBar.self]).setTitleTextAttributes(cancelButtonAttributes, for: .normal)

关于ios - 如何更改 CNContactPickerViewController searchBar 的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46162120/

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