I have a UITextView that I shrink upon bringing up the keyboard. An issue I just ran into though is as I type past the keyboard, rather than the text start scrolling, the UITextView automatically gets bigger. How can I possibly turn this off?
EDIT
This is not a subclass, this is a plain old UITextView. It's definitely resized and gets visibly bigger (the box around the text extends past the keyboard). Not sure what you mean about flexible width/height. I tried setting it to grow and shrink with the window maybe? But that did nothing for me.
I've tried changing the content size and/or frame size, that didn't help.
I agree something very odd is going on here. Still looking for why it could be resizing.
EDIT
Nevermind. A bad fix I had to force the textview to refresh was being called unexpectedly and causing it to grow.