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
In Storyboard / Interface Builder simply disable scrolling in the Attribute inspector.
In code textField.scrollEnabled = false should do the trick.
textField.scrollEnabled = false