UITextView - disable vertical scrolling

后端 未结 7 2144
野性不改
野性不改 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

提交回复
热议问题