【发布时间】:2019-12-09 15:16:33
【问题描述】:
我目前正在与MDCTextInputControllerOutlined 一起使用它。
我已经试过了
self.emailTextField.attributedPlaceholder = NSAttributedString(string: "Email", attributes: [.font: UIFont.ralewayFont(ofSize: 18.0, weight: .semibold), .foregroundColor: UIColor.white])
但不工作
【问题讨论】:
-
尝试为您的 emailTextField 设置 Tint 颜色
-
不工作也@manishsharma93
标签: ios material-components material-components-ios