I create a demo for checking UITextView scrollEnabled. It only contains 1 UITextView and 2 button enable and disable scroll
UITextView scrollEnabled
UITextView
I test on
Please follow below steps simply self.myTextView.scrollEnabled = NO; self.myTextView.userInteractionEnabled = YES; self.myTextView.scrollEnabled = YES;