Label Styles
Sets the style for labels within this view.
Platform Compatibility
iOS 14.0+ iPadOS 14.0+ macOS 11.0+ watchOS 7.0+ tvOS 14.0+ visionOS 1.0+
Tags
SwiftUI Code
VStack {
Label("Foo", systemImage: "water.waves")
.labelStyle(.titleAndIcon)
Label("Foo", systemImage: "water.waves")
.labelStyle(.titleOnly)
Label("Foo", systemImage: "water.waves")
.labelStyle(.iconOnly)
}Found an issue or have a suggestion?
Created: February 15, 2026Updated: February 15, 2026