I have a UITextView that has its delegate installed on my view controller
I would like to help you figure out how to find out through delegation methods, subclasses, a selector, and what doesn't when the cursor moves.
I tried -textViewDidChange and -textViewDidChangeSelection among all other delegate methods, but they are not called when moving the cursor in text form ...
So, how can I find out when the carriage moves in my UITextView and act as needed (run some code)
This may seem like an impractical question, but I have a scenario where I need to update the label when the cursor is moved up or down, so I would like to set
Thank you, I hope I was as clear as possible.
ios uitextview
H bellamy
source share