SwiftUI: you can just write any code everywhere. It‘s applied automagically

Also SwiftUI: fileImporter just doesn‘t work because it‘s placed wrong

🤮

Now I need to use bindings or something like that to move the fucking fileImporter out of the form, making everything way more complicated as needed.

I am still not a fan of this „react“ style of coding

@chbeer You still can use good old ObjC. 😃
@chbeer Yes! I still do not understand APIs like Picker in SwiftUI. We have got this very strict type-safe language and SwiftUI breaks the safety by concepts like tag view modifier. It could be done using generics.