Disabling vertical scrolling in UIScrollView

后端 未结 12 1979
终归单人心
终归单人心 2020-11-30 20:02

There is an option in IB to uncheck vertical scrolling on a scrollview, but it doesnt seem to work.

How can the scrollview be set to only scroll horizontally, and no

12条回答
  •  一向
    一向 (楼主)
    2020-11-30 20:44

    I updated the content size to disable vertical scrolling, and the ability to scroll still remained. Then I figured out that I needed to disable vertical bounce too, to disable completly the scroll.

    Maybe there are people with this problem too.

提交回复
热议问题