4

Is there a way to animate UIPageViewController's viewController subview on transition?

E.g.: I have set UIPageViewController's transition style to Scroll, navigation to Horizontal and spine location to the bottom of the screen.

Each viewController of UIPageViewController has a label which I want to fade-in or fade-out on transition.

Fade-in and Fade-out on transition

It is possible to achieve non-animated result by implementing <UIPageViewControllerDelegate> protocol. Is it possible to animate the opacity of a label relatively to gesture?

4

1 に答える 1