How does SwiftUI know which publishers are on a view?

It uses the reflection metadata emitted by the compiler to analyze the view’s stored properties.

1 Like