gpt4 book ai didi

ios - 如何更改 MDCTextField 占位符文本颜色?

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

我目前正在将其与 MDCTextInputControllerOutlined 一起使用。我已经尝试过了

self.emailTextField.attributedPlaceholder = NSAttributedString(string: "Email", attributes: [.font: UIFont.ralewayFont(ofSize: 18.0, weight: .semibold), .foregroundColor: UIColor.white])

但不工作

最佳答案

找到了!为 MDCTextInputControllerOutlined

将 UIColor 设置为 inlinePlaceholderColor
let emailTextField = MDCTextField()

let emailTextFieldController = MDCTextInputControllerOutlined(textInput: emailTextField)
emailTextFieldController.inlinePlaceholderColor = .white

关于ios - 如何更改 MDCTextField 占位符文本颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57301997/

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