I have a UIScrollView that I am trying to page horizontally (the items on the scroll view are days). This works as intended. One unintentional issue is that the UIScrollView also pages vertically (I want it to scroll normally). Is there some way that I can disable vertical paging while enabling horizontal paging? There is another question similar to mine but it was 4 years ago, and the answers there were vague.
Thanks for helping.