I am creating an iOS app that contains a UIPageViewControllercouple of pages of content.
By default, there are two types of transitions:
UIPageViewControllerTransitionStylePageCurlUIPageViewControllerTransitionStyleScroll
They are pretty cool, but I would like to provide a custom transition animation. Is it possible to "connect" custom animations? Or is it necessary to implement your own pageview controller?
source
share