Post

Replies

Boosts

Views

Activity

Reply to TipKit: Change color of TipView close button?
Yes func makeBody(configuration: Configuration) -> some View { VStack(alignment: .leading) { HStack(alignment: .firstTextBaseline) { ... Button(action: { configuration.tip.invalidate(reason: .tipClosed) }) { Image(systemName: "xmark").scaledToFit().foregroundColor(.white) } } ... } } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24