UITextView with controller
Hi I'm trying to solve a UITextView with a controller at top to ajust size, undo redo etc.
But i only want the controller to be visible when i scroll to top, almost like pull to reload functionality.
| Redo, Undo |
____________
|
|
TextArea |
|
|
____________|
It feels wrong to put a static textview with no scroll in a scroll view because textview is a subclass of scroll view.
Well well, i would love to get some advice.
Thanks
|