I can imagine the kinds of things I'd need to do to make this happen without auto layout, but cannot image what kinds of constrains to create to make it work with it.
I have a UITextView
that should resize to fit the text as the user types it, with some maximum/minimum values beyond which it will not grow/compress. Is this possible to achieve while using NSLayoutConstraint
to lay everything out?