I have a UITextView added on my UIView. The textview added is not editable, it is just to display some data. The data displayed in the textview is
UITextView
UIView
Just set scrollEnabled to NO, or uncheck Scrolling Enabled in the Scroll View section in IB and the UITextView will self-size.
scrollEnabled
NO