nostr:npub1sy8vt0hed8vr58ueqjlvmpzylv9he2fvv04luf4z5vyzsuut5zvqfpw2zc I never found a way of modifying the SwiftUI View that comes out of the UIViewRepresentable. E.g. if I want to always apply a modifier to it, I have to wrap the UIViewRepresentable in another SwiftUI View. But then I would also have to pass through all the same parameters which creates additional maintenance effort.