I can't seem to wire events to my UITextView.
I'm expecting that the list of events that are available for the UITextField ("Did End On Exit", "Editing Changed", etc) , should all be available for the UITextView.
However this isn't the case. UITextView in its events listing shows nothing.
What's going on here and how do I trap events for UITextView?