swift UITextField光标聚焦以及光标颜色修改
2017-07-24 本文已影响0人
昨天的李小白
光标聚焦闪烁:
nick_textField.becomeFirstResponder()
光标颜色修改:
nick_textField.tintColor = UIColor.red
光标聚焦闪烁:
nick_textField.becomeFirstResponder()
光标颜色修改:
nick_textField.tintColor = UIColor.red