You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftUI components and modifiers (such as background) convert into _UIGraphicsView in UIKit.
Our redaction logic is built to redact _UIGraphicsView, sometimes resulting in the whole screen being redacted.
Suggested Solution
We're adding APIs to annotated/mark what SwiftUI components shouldn't be redacted.
We'll document this API under Privacy, but in addition, create an FAQ:
"Why is the Replay of my SwiftUI app is a solid color?"
The text was updated successfully, but these errors were encountered:
Which part? Which one?
Replay
Description
SwiftUI components and modifiers (such as
background
) convert into_UIGraphicsView
in UIKit.Our redaction logic is built to redact
_UIGraphicsView
, sometimes resulting in the whole screen being redacted.Suggested Solution
We're adding APIs to annotated/mark what SwiftUI components shouldn't be redacted.
We'll document this API under
Privacy
, but in addition, create an FAQ:"Why is the Replay of my SwiftUI app is a solid color?"
The text was updated successfully, but these errors were encountered: