I'm trying to use `ImageRenderer` to generate a PDF from a SwiftUI view.....it works if only SwiftUI...
j
I'm trying to use
ImageRenderer
to generate a PDF from a SwiftUI view.....it works if only SwiftUI is used but not if the view includes shared Compose code (wrapped by
UIViewControllerRepresentable
) ....just in case anyone has come across any workaround for this.