gpt4 book ai didi

ios - Swift3 UITextField 更改占位符字体类型和大小

转载 作者:行者123 更新时间:2023-11-28 09:43:19 25 4
gpt4 key购买 nike

代码:

txtField.attributedPlaceholder = NSAttributedString(string:strPlaceHolder, attributes:[NSForegroundColorAttributeName:UIColorFromRGB(color:PlaceHolderColor, alpha:1.0),NSFontAttributeName :UIFont(name: "Didot-Italic", size: 4)!])

我正在尝试更改 UITextField 占位符字体类型和字体大小。它不工作。我的代码有什么问题?任何帮助将不胜感激。

最佳答案

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
txtField.attributedPlaceholder = NSAttributedString(string:"Place holder text in here", attributes:[NSForegroundColorAttributeName: UIColor(red: 153.0/255.5, green: 153.0/255.5, blue: 153.0/255.5, alpha: 0.5)])
}

占位符属性文本的大小和字体将与您的文本字段文本属性相同

关于ios - Swift3 UITextField 更改占位符字体类型和大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41939461/

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