Post

Replies

Boosts

Views

Activity

UITextFiled.selectedTextRange doesn't work
I want to put cursor (indicator point) to the end of text field. I have the following code, but it does nothing textField.selectedTextRange = textField.textRange(from: textField.endOfDocument, to: textField.endOfDocument) Is there a way to put cursor to the end of text field?
Replies
4
Boosts
0
Views
552
Activity
Aug ’21