-
Hi Alexei, I read in the guide that overlayPreferenceValue and backgroundPreferenceValue block inspection, which confirms what I experienced yesterday when writing a test. The guide indicates this is under investigation. Have you made any progress with regards to this investigation? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @gili-labs , I need to check if there are any changes internally for iOS 15, but I think the approach similar to inspecting an |
Beta Was this translation helpful? Give feedback.
-
Good news: the factual blocker was removed in one of the last SDK releases, so both |
Beta Was this translation helpful? Give feedback.
Good news: the factual blocker was removed in one of the last SDK releases, so both
overlayPreferenceValue
andbackgroundPreferenceValue
will gain full support in the coming library update (commit). By full I mean also being able to get access to the content, including by thefind
, and all starting from SwiftUI v1 (iOS 13).