text [setBottomBorder to UITextField] #ios #UI #UITextField

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text [setBottomBorder to UITextField] #ios #UI #UITextField相关的知识,希望对你有一定的参考价值。

extension UITextField {
    func setBottomBorder() {
        self.borderStyle = .none
        self.layer.backgroundColor = UIColor.white.cgColor
        
        self.layer.masksToBounds = false
        self.layer.shadowColor = UIColor.gray.cgColor
        self.layer.shadowOffset = CGSize(width: 0.0, height: 1.0)
        self.layer.shadowOpacity = 1.0
        self.layer.shadowRadius = 0.0
    }
}

以上是关于text [setBottomBorder to UITextField] #ios #UI #UITextField的主要内容,如果未能解决你的问题,请参考以下文章

在 Xamarin Forms App 中尝试 Speech-To-Text 后,Text-To-Speech 播放的音量非常低

纱线找不到模块(html-to-text)

keras.tokenizer.texts_to_sequences 和词嵌入有啥区别

text (证书)pem to der,der to pem

java 更改TextView颜色。 |||字体:https://stackoverflow.com/questions/8472349/how-to-set-text-color-to-a-text

3 Ways to Write Text to a File in Python