Is it possible to instantiate UITextRange
and for first character of UITextField
?
i need to access to rect of UITextField
's first character, can anyone help me?
Thanks in advance
Is it possible to instantiate UITextRange
and for first character of UITextField
?
i need to access to rect of UITextField
's first character, can anyone help me?
Thanks in advance
Copyright © 2021 Jogjafile Inc.
You can manually create a
UITextRange
with the methods provided byUITextInput
: