I have this app with a UIScrollView on it. On the scrollView I have multiple tabs. Each of those tabs I would like to drag down so I can show another View on those tabs.
The problem is, I can't drag the tabs down while the uiscrollview is still scrolling. The idea is to make the scrollview stop moving when the decelerationrate is below a certain speed so I can access the tabs earlier so the user doesn't have to wait.
Does anyone have a clue how to stop the deceleration (stop the scrollbar movement entirely) of the uiscrollbar when at a certain speed of deceleration or below?
Your help will be kindly appreciated.
//---Edited for clarity---//