开发者

Swiping Multiple UITableViews in horizontal page-enabled UIScrollview

开发者 https://www.devze.com 2023-02-14 17:08 出处:网络
I have a system set up where I have a horizontal, p开发者_如何学运维age-enabled UIScrollView where each \"page\" is a UITableView with some data.Everything works find and as expected, except visually

I have a system set up where I have a horizontal, p开发者_如何学运维age-enabled UIScrollView where each "page" is a UITableView with some data. Everything works find and as expected, except visually I do not like the results when trying to horizontally swipe from one tableview to the next. Currently, when swiping to the next tableview page there is a good chance a user will slightly swipe in a diagonal motion which will not only start paging, but also move the table views up and down.

The result is unappealing, and I would like to figure out a way to essentially prevent vertical scrolling on the tableviews when I am paging horizontally, but I am exhausting my options on how to do this correctly. Any ideas?

Thanks!


See UIScrollView : paging horizontally, scrolling vertically?

0

精彩评论

暂无评论...
验证码 换一张
取 消