I\'m interested in creating UITextView that is expanding dynamically while typing the text, and scaling as the user pinches the screen(Similar behaviour can be
UITextView is a subclass of UIScrollView and as such you need to do what you do with any scroll view to enable zooming:
... that zooms the entire text view.
If you only want to zoom the text then you have to perform these steps via a pinch gesture recognizer: