I am new to SwiftUI. I have three views and I want them in a PageView. I want to move each Views by swipe like a pageview and I want the little dots to indicate in which vie
The easiest way to do this is via iPages.
import SwiftUI import iPages struct ContentView: View { @State var currentPage = 0 var body: some View { iPages(currentPage: $currentPage) { Text("