Autoscrolling in a UIScrollview

前端 未结 3 835
借酒劲吻你
借酒劲吻你 2021-01-27 19:42

I have been only using Xcode 5 for a little while now and I need help when it comes to auto scrolling a UIScrollView. I am using a single view application. I need t

3条回答
  •  青春惊慌失措
    2021-01-27 20:24

    Check out this library: https://github.com/danielamitay/DAAutoScroll

    It stops to scroll when the user touches the screen and that's the only solution I see possible. I don't even see why you wouldn't want the user to be able to stop the scrolling..

提交回复
热议问题