I have a UIScrollView
and I am adding many viewcontrollers
having UITableView
in it on that scrollview
,Actually my requirement is that when I scroll horizontally on screen it will switch to next content.Now when I scroll the table vertically and then swipe horizontally it does not scroll horizontally until table stops scrolling vertically.
Please help if you have any suggestion