That seems to work for buttons in other views, but the .popoverTip modifier on a button inside a ToolbarItem. Here's a snippet:
}.navigationBarTitle("App Name").navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .topBarLeading) {
Button(action: {isSetting = true}) {
Label("Edit", systemImage: "gear").labelStyle(.iconOnly)
}.popoverTip(editTip) // this doesn't work here
}
Topic:
App & System Services
SubTopic:
General
Tags: