The text field cursor is only visible after calling textField.becomeFirstResponder()
and is invisible after textField.resignFirstResponder()
. But I want to make visible the cursor after textFieldDidEndEditing
or before textFieldShouldBeginEditing
.
Then what can I do?