Post

Replies

Boosts

Views

Activity

Reply to More control of TipKit arrow locations
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 }
Aug ’23