禁用UIScrollView滚动出内容

时间:2019-03-06 09:01:17

标签: ios swift

当UIScrollView处于contentOffset =(0,0)上时,我尝试将其滚动到内容之外。然后内容向右移动,滚动视图的开始处有空白,滚动结束时动画返回(0,0)。 如何禁用此内容滚动?

1 个答案:

答案 0 :(得分:0)

bounces的{​​{1}}属性设置为false可禁用水平和垂直弹跳。要禁用水平跳动,请将UIScrollView设置为false,将垂直跳动将alwaysBounceHorizontal设置为false

alwaysBounceVertical

enter image description here