如何在键入时居中UITextField文本?

时间:2018-04-14 07:17:44

标签: swift swift4

输入超过2个字符时,文本字段不再居中,只有在完成输入后,文本才会在文本字段中居中。如何连续使文本居中?

While typing in text field

After finished typing in text field

1 个答案:

答案 0 :(得分:1)

您需要使用StoryBoard将文本对齐方式设置为中心:

enter image description here

这将使您的文字成为强有力的中心:

您也可以在progrmmatically中设置

textField.textAlignment = .center