Post

Replies

Boosts

Views

Activity

Reply to popoverTips don't display for toolbar menu buttons in iOS 26.1
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:
6d
Reply to popoverTips don't display for toolbar menu buttons in iOS 26.1
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:
Replies
Boosts
Views
Activity
6d