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
Try this one
func scrollViewDidScroll(_ scrollView: UIScrollView) { tableView.setContentOffset(CGPoint.zero, animated: false) }