GroupBox With Label
A GroupBox with Label
Platform Compatibility
iOS 14.0+ iPadOS 14.0+ macOS 10.15+ visionOS 1.0+
Tags
SwiftUI Code
GroupBox {
Text(loremIpsum)
} label: {
Label("Hello World", systemImage: "globe")
}
Found an issue or have a suggestion?
Created: May 30, 2025Updated: May 30, 2025