uitextfiled专题

[Swift]UITextFiled设置占位提示文字(placeholderColor)的颜色

方式一 codeTextField.attributedPlaceholder = "请输入验证码".attributesColor(UIColor(hexString: "#727C95"), UIFont.systemFont(ofSize: 15)) import Foundationextension String {/// 富文本/// - Parameters:///  - co