I have a UITextView
. I need to disable scrolling but keep multiline enabled.
textView.isScrollEnabled = false
disables multiline also.
Is there any way to achieve this?
I have a UITextView
. I need to disable scrolling but keep multiline enabled.
textView.isScrollEnabled = false
disables multiline also.
Is there any way to achieve this?