美文网首页
UISearchbar设置占位文字颜色及相关API

UISearchbar设置占位文字颜色及相关API

作者: 林小姐的那片海 | 来源:发表于2017-08-31 17:12 被阅读0次

/// 设置 _placeholderLabel 字体颜色
let searchField : UITextField = self.searBar.value(forKey: "_searchField") as! UITextField
let searchLabel : UILabel = (searchField.value(forKey: "_placeholderLabel") as? UILabel)!
searchLabel.textColor = UIColor.white

相关文章

网友评论

      本文标题:UISearchbar设置占位文字颜色及相关API

      本文链接:https://www.haomeiwen.com/subject/wzaqjxtx.html