How can I implement a custom transition for a UIPageViewController?
I have to implement a Flipboard transition style (vertical flip) and I think it should be done starting from a UIPageViewController applying a custom transition for page scroll.
Thanks