Post

Replies

Boosts

Views

Activity

Reply to [iOS 17.1.1 issue] MSMessageLiveLayout not rendering after MSMessagesAppViewController.willBecomeActive in iOS 17.1.1
Just checked iOS 17.1.2 that just arrived. Still the same issues.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to TipKit: showing a popover tip on a SwiftUI toolbar button
This fixed it for me on iOS 26.2 in a glass toolbar ToolbarItem(placement: .confirmationAction) { Button(action: { self.create() }, label: { Text("Start Here") .popoverTip(BrowseWebTip(), arrowEdge: .top) }) .buttonStyle(.glassProminent) .disabled(webPage.url == nil) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’26