|
|
|
|
|
by cvwright
770 days ago
|
|
All of the new privacy declarations are silly, but this one is especially ridiculous. I'm pretty sure I can trigger a hit to the naughty API just by updating a @Published var in an ObservedObject. For those unfamiliar with SwiftUI, this is the most basic way to tell the system that your model data has changed and thus it needs to re-render the view. Pretty much every non-trivial SwiftUI app will need to do this. |
|