Is there a way to animate the subtext of a UIPageViewController
viewController subview on transition?
For example: I set up the UIPageViewController
transition UIPageViewController
for scrolling, horizontal navigation, and the location of the spine at the bottom of the screen.
Each viewController
from the UIPageViewController
has a label that I want to fade out or fade on transition.

Achieving an unanimated result is achieved by implementing the <UIPageViewControllerDelegate>
protocol. Is it possible to animate the opacity of a label relative to gestures?
source share