Still broken in iOS 26.3.
Weirdly using the Label() with icon/systemImage breaks, but works fine when just plain Text(). Even when using .labelStyle(.titleOnly) also breaks.
label: {
// Does not work
Label("Options", systemImage: "ellipsis")
.labelStyle(.iconOnly)
// Works
Image(systemName: "ellipsis")
}
.accessibilityLabel("Options")
.popoverTip(MyTip()), arrowEdge: .top)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: