Post

Replies

Boosts

Views

Activity

Reply to Dismissing a sheet leads to broken button
The issue with the button in navigation bar being unresponsive when the sheet is dismissed is still there in Xcode 13.1 (when user scrolls the button becomes responsive on tap in navigation bar). Is there any work being done to fix this issue? This is quite big issue from UX experience for my customers as they think the bug is on our side. https://stackoverflow.com/questions/60485329/swiftui-modal-presentation-works-only-once-from-navigationbaritems
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Nov ’21
Reply to HideAllTips launch argument does not work in xctestplan
Thanks for clarification. This code works: let app = XCUIApplication() app.launchArguments = ["-com.apple.TipKit.HideAllTips", "1"] I made a mistake to write it as one string("-com.apple.TipKit.HideAllTips 1") and Xcode did not split it to key and value...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Dismissing a sheet leads to broken button
The issue with the button in navigation bar being unresponsive when the sheet is dismissed is still there in Xcode 13.1 (when user scrolls the button becomes responsive on tap in navigation bar). Is there any work being done to fix this issue? This is quite big issue from UX experience for my customers as they think the bug is on our side. https://stackoverflow.com/questions/60485329/swiftui-modal-presentation-works-only-once-from-navigationbaritems
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21