iOS Question Swiping left/right & up/down

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I'm looking into different swiping scenarios:

- left/right but the each panel should contain the same info (the number of pages is dynamic, depending on the data). It seems the PageViewControllers needs a fixed set of panels (in an array) when it is initialized ?

- up/down: it seems the pageviewcontrol does not support up/down swiping ?

What are my options: the touch event of a panel ? If so: I'm missing the 'transforming' between the pages ?

Any other option ?

Thanks
 

wl

Well-Known Member
Licensed User
Longtime User
Thanks, this works but it is a bit strange when swiping diagonally....

I would prefer to swipe up/down OR left/right and not an option to swipe diagonally...
 
Upvote 0
Top