-
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Feb 8, 2024
Replies: 1 comment 1 reply
-
Hi @Nikolaiko, in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nikolaiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Nikolaiko, in the
if
branch we see that the user is running iOS 17+, and so SwiftUI does all the heavy lifting for observation. We don't have to do any additional work. Does that help?