My question revolves around SwiftUI re-rendering. If you are give an instance of a View with private state vars that you don't know about, how do you know that one the states has changed and you will received body again?
Post
Replies
Boosts
Views
Activity
Hello developer team,
I wanted to ask about SwiftUI's new iOS 14 features. Anything thats labeled new in the documentation is only available in iOS 14 and above, but the code one would write on iOS 13 version of SwiftUI will work just fine on the iOS 14 right?