How can you provide default implementations for UIPageViewControllerDataSource?
问题 I assume that the answer to this question will address issues with Objective-C protocols in general, but this is the first problem of this type that I've come across. I expect for these methods to be used, when implementing UIPageViewControllerDataSourceWithConnections . import UIKit protocol UIPageViewControllerDataSourceWithConnections: UIPageViewControllerDataSource { var connectedViewControllers: [UIViewController] {get} } extension UIPageViewControllerDataSourceWithConnections { func