UITextField下的自定义单行不会在较小的屏幕尺寸时停止

问题描述

我的问题是,我的行(图层)没有停在右侧的较小屏幕上。

small screen

storyboard TextField

let bottomLine1 = CALayer()
        bottomLine1.frame = CGRect(x: 0.0,y: nameField.frame.height,width: nameField.frame.width,height: 2.0)
        bottomLine1.cornerRadius = 3
        bottomLine1.backgroundColor = UIColor(named: "darkGreen")?.cgColor
        nameField.borderStyle = UITextField.BorderStyle.none
        nameField.layer.addSublayer(bottomLine1)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)