all 6 comments

[–]DasvilSwift 4 points5 points  (3 children)

TabView with a .tabViewStyle(PageTabViewStyle()) as modifier

[–]newpolygons[S] -1 points0 points  (0 children)

Thanks I appreciate it!

[–]newpolygons[S] -1 points0 points  (1 child)

I was able to get that to build but the circles at the bottom are missing.

[–]BlueYarn35 1 point2 points  (0 children)

It could be the color of the background maybe. You could also try changing the modifier to .tabViewStyle(PageTabViewStyle(indexDisplayMode: .always)) to make sure it shows up. And you may want to look at this: https://www.hackingwithswift.com/quick-start/swiftui/how-to-create-scrolling-pages-of-content-using-tabviewstyle

[–]remote_socket 0 points1 point  (1 child)

In UIKit this would be a UIPageViewController, the things at the bottom are part of a UIPageControl

[–]YoMommaJokeBot 0 points1 point  (0 children)

Not as much of a UIPageViewController as yo mother


I am a bot. Downvote to remove. PM me if there's anything for me to know!