GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

copy, paste, etc cannot be overridden by subclassing

Open eanagel opened this issue 12 years ago • 0 comments

When using a standard UITextView it is possible to override the built-in copy/paste functions with your own functionality. This is useful for more advanced copy/paste scenarios (we have the need to paste images into a UITextView.) This kind of thing is currently not possible with HPGrowingTextView because that would require overriding the functionality in HPTextViewInternal.

eanagel avatar Nov 27 '13 04:11 eanagel