UITextView - disable vertical scrolling

后端 未结 7 2140
野性不改
野性不改 2021-01-06 06:50

How can I disable vertical scrolling in my UITextView? I want it to basically just scroll horizontally.

相关标签:
7条回答
  • 2021-01-06 07:48

    place your UITextView in a UIScrollView. Set your UITextView.frame to a Size the complete Text fits in a Line and set the contenSize of the ScrollView to the size of your UITextView.frame.

    Cheers nettz

    0 讨论(0)
提交回复
热议问题