Ethan Nagel

Results 2 issues of Ethan Nagel

This pull request forwards on copy/paste related methods from the InternalTextView to the parent (HPGrowingTextView). This allows adding custom copy/paste functionality by subclassing HPGrowingTextView. The following methods may be overridden:...

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...