viewControllerAfter
The `viewControllerAfter` method is a fundamental part of Apple's UIKit framework, specifically within the context of `UIPageViewController`. This method is a delegate method that `UIPageViewController` calls when it needs to determine which view controller should be displayed *after* the currently presented one. When a `UIPageViewController` is configured to transition using a `forward` direction, it invokes `viewControllerAfter` on its delegate.
The delegate of a `UIPageViewController` is responsible for implementing this method. The method receives the current