Skip to content

Instantly share code, notes, and snippets.

@defagos
defagos / ContentView.swift
Last active October 23, 2024 09:43
Vertical scroll navigation with paging (iOS 17)
import SwiftUI
struct ContentView: View {
var body: some View {
ScrollView {
VStack(spacing: 0) {
Group {
Color.red
Color.yellow
}