SwiftUI – Draggable Slides with List – Ios swift
I'm a bit stumped building a draggable slide containing a list. Inspired by this post, a MRE of what I have is below. import SwiftUI struct ContentView: View { static let kMinHeight: CGFloat = 100.0 @State var currentHeight: CGFloat =…