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 }
Topic: App & System Services SubTopic: General Tags:
Aug ’23
Reply to Xcode 15.0 Beta 5, Symbol not found: _$s9SwiftData014DefaultBackingB0C3forACyxGxm_tcfC
I'm having the same issue, so I'm replying to subscribe to this thread :)
Replies
Boosts
Views
Activity
Aug ’23
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 }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23