TIL Xcode 26 has a View Debugging tool to show when a View is rendered called “Flash Updated Regions”.
This seems very powerful, I’ll make sure to débug my apps with that turned on.
@7andrees@SwiftDev_UI@twostraws@azamsharp in complex apps where you also need to separate by layers (data,domain, presentation,ui) and reuse features there is no other way. for simple crud apps with 5 screens sure put everything in the view why not.