It is now possible to create a horizontal scrolling page controller with the modifier:
.tabViewStyle(PageTabViewStyle())
By default, pages are presented horizontally. How can it be modified to scroll vertically the same way that UIPageViewController can?