I don't need to scroll inside a UITextView so disabling a scrolling property of my UITextView. It means UITextView's height is dynamic base on his content.
When I added more text in UITextView then text is not appearing. It is working with less content.
As per my observation if height of UITextView exceeds 8100 then it stops rendering but not sure about it.
here is a structure of storyboard.