Custom transition for UIPageViewController

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

Replies

Hi giacomo


UIPageViewController does not support custom transition animators. If you would like to see this functionality added in a future version of iOS, I recommend filing an enhancement request.