How do you connect the output of a UITextView delegate to a class that implements the UITextViewDelegate protocol?
I can not find an example in the docs
It is strange that in the UITextView the "delegate" output has this drag and drop "n drop" interface, for example, you can connect it to another widget , but, of course, I do not want to connect it to the widget, I want to connect it to an existing class .
iphone delegates uitextview
bobobobo
source share