标签: ios swift uitextview
我有UITextView。我需要禁用滚动但保持多行启用。
UITextView
textView.isScrollEnabled = false
也禁用多行。
有没有办法实现这个目标?