-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
When the inspector is presented as a half-modal sheet, switching tabs can briefly show underlying UI artifacts if the Network tab uses UISearchController.
Environment
- Device: iPhone Air
- OS: iOS 26.0+
- Host app: MiniBrowser
- Inspector presentation style:
modalPresentationStyle = .pageSheet- sheet detents:
.medium(),.large()
Reproduction Conditions
WIContainerViewControlleris presented as a half-modal sheet (.pageSheetwith medium/large detents).- The Network tab has
UISearchControllerintegrated in the navigation item. - This can occur even when the search text field is not focused (not first responder).
Steps to Reproduce
- Open MiniBrowser and present the inspector.
- Ensure the inspector is shown as a half-modal sheet.
- Go to the Network tab.
- (Optional) Interact with the search bar.
- Switch to another tab.
Expected Result
Tab transition completes cleanly without showing UI from the presenting content.
Actual Result
During the tab transition, underlying UI (for example, the presenting ContentView toolbar) can appear as a ghosted/overlapped artifact until animation completion.
Notes
This appears to be tied to the iOS 26 presentation/transition path for search-integrated navigation UI in half-modal contexts.
Screenshots
View hierarchy (Xcode) |
On-device capture |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels