See What Property Change Caused SwiftUI To Refresh a View
Daily Coding Tip 217
It is possible to get SwiftUI to print changes that occur.
This only counts changes that cause the view’s body to be refreshed, so I’m including three controls that can be changed by the user. The scope of the call that runs Self._printChanges() determines where the changes will be detected, which is inside a VStack in…


