Drag and drop view between pages of UIPageViewController

478 Views Asked by At

I have been trying to implement drag and drop between pages of UIPageViewController, like when you move your apps between the pages of your iPhone's home screen. The problem is that when I start dragging the view and switch to the next page, the view freezes and becomes undraggable. Do you have any idea how NOT to stop the touch event when switching between pages?

0

There are 0 best solutions below