Hello Claude31
Xcode has this cool feature to see your custom view, while you're creating it.
You can also create multiple previews with different data to see all cases at once without starting your app to test them.
The simulator shows one state of your app, what means that you have to navigate each time to the view your testing and you have to play through all variations, what is quite time consuming.
Therefore I prefer a solution with multiple previews that have different UserDefaults.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: