How to create a SwiftUI wrapper around UIPageViewController that works in full screen and when rotated?
Apple released some new SwiftUI modifiers for ScrollView in iOS 17 that allow for paginated scrolling, but I need something that will work in iOS 15 and later.