swiftui-wrapping-stack icon indicating copy to clipboard operation
swiftui-wrapping-stack copied to clipboard

A SwiftUI Views for wrapping HStack elements into multiple lines

Results 5 swiftui-wrapping-stack issues
Sort by recently updated
recently updated
newest added

1. Xcode 14 minimal deployment target is iOS 11 so I've bumped it in Package.swift file as well. 2. I see no reason why this component is not available on...

Xcode v13.4.1 The package fails to compile when trying to build for any iOS device. Steps to repro: 1. Create empty project 2. Add WrappingStack package 3. Select any iOS...

Why are the platform versions set so low in the Package.swift? SwiftUI isn't even supported below 13 and you have all your code behind availability checks for 14. Why not...

See attached video. https://user-images.githubusercontent.com/2090084/127798187-fb63ef7f-f967-47ff-8a00-394df584235e.mp4 By the way, I'm using the latest version on iOS 14 (Xcode 12.5)