SwiftUI and UIPageViewController

How can I ceate the exact same functionality of the Page-Based application (formally Page-Based template) using SwiftUI to include these features:


  • Portrait view single page turn
  • Landscape view (in iPad) with two page view and page turn


Here is an example video showing requested functionality:

https://www.youtube.com/watch?v=9cl4slkXqyU


So far, the only examples I have seen in SwiftUI support single page Portrait view.

Are there any tutorials that show all functionality supported.


Jim