I have a UIScrollView in a UIView. I’m using my UIScrollView in pagingEnabled mode. I don’t want to allow users scroll bidirectionnally at the same time.What i mean is,if user starts to scroll horizontally, i want to disable vertical scrolling and vice-versa. How can i accomplish that ?
Thank you.
try to use property directionalLockEnabled of UIScrollView