Hello,
I am developing an iOS app and in this I am trying to make navigation based on vertical and horizontal scrolling.
I am using scrollable views for horizontal scrolling and a normal scrollview for vertical scrolling.
What I am trying to do is that the user cannot manually swipe up and down to scroll but need to click on a button that does a scrollTo movement. How can I disable "manual" scrolling and only use the up and down buttons? I think I need to do this to be able to have a table too.
Thankful for all input!
1 Answer
If you can't find a way to trap the swipe events on your scrollView, you could try to overlay a fullscreen transparent view over the whole thing which would prevent any clicks getting to it. It all depends what you need to do really.
Your Answer
Think you can help? Login to answer this question!