I want to obtain the location of the present caret in UITextView
as CGRect
, but there seems to be no information. Even the official documentation, I can't imagine how to utilize this method and find the explanation. Now I could know the way of getting the offset in the UITextView
, not CGRect. But, I really want to know the CGRect
.
Any comments should be highly appreciated. Thanks.