As you can see in this image
the UITextView changes it\'s height according to the text length, I want to make it adjust it\'s height according to the te
UITextView
Tested on Xcode 11.2.1, Swift 5.1:
All I had to do was:
Doing so allowed autolayout to kick in and dynamically size the textView based on its content.