dataSource
The object that provides view controllers.
Declaration
weak var dataSource: (any UIPageViewControllerDataSource)? { get set }Discussion
Methods of the data source are called in response to gesture-based navigation. If the value of this property is nil, then gesture-based navigation is disabled.