Post

Replies

Boosts

Views

Activity

Reply to TipKit: showing a popover tip on a SwiftUI toolbar button
Full Work!!! ToolbarItem(placement: .topBarTrailing) { Button { // call function } label: { Label("New", systemImage: "gear") .popoverTip(tip, arrowEdge: .top) } .buttonStyle(.plain) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24