I am still unable to make this work under iOS 26 using the combination with .tipBackgroundInteraction(.enabled).
Without this modifier, it could be solved by adding popoverTip to the label or adding button style. But this new interaction modifier breaks it completely. Have you found any solution to this?
ToolbarItem {
Button {
print("taptap")
} label: {
Text("Here")
}
.buttonStyle(.plain)
.popoverTip(myTip, arrowEdge: .top)
.tipBackgroundInteraction(.enabled)
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: