I have UITextView and I want to use scroll bar when text is longer then the height of the UITextview. Also I don’t want users to change the content of the text view. If I uncheck the user interaction check box then users won’t be able to change the content but scroll bar won’t show up as well. So how I can just make the UITextView to have scroll bar but not to have user interaction?
Share
The
editableproperty of UITextView will let you disable editing, and so also the keyboard.