I have a viewController
with a textView
inside a scrollView
in the viewControllers
view. The textViews scrollEnabled
feature is set to false
and I have the textView
height resizing as text is entered. This works perfectly until the textView
height becomes larger than the viewControllers view
height. I have the view
height set to freeform
and know you can set it to a different height. However, I have other objects
int the view and want the view
to load with its initial default height and then to resize as the textView
height changes and then the user can scroll as that height changes.
Is this possible?