SwiftUI spineLocationFor

How do I implement in SwiftUI:


func pageViewController(_ pageViewController: UIPageViewController, spineLocationFor orientation: UIInterfaceOrientation) -> UIPageViewController.SpineLocation {

<#code#>

}


I am trying to show two pages in iPad Landscape orientation.


Jim