ImageRenderer Views containing Forms/Sections

Dear All,

I am using ImageRenderer (as well documented, i.e. here https://danielsaidi.com/blog/2022/06/20/using-the-swiftui-imagerenderer) to create images from views. This works fine with Views containing Texts and Images but fails as soon as there is a Form in the View.

Failing means that the output is simply empty, no placeholder image is displayed as suggested by Apple documentation (https://developer.apple.com/documentation/swiftui/imagerenderer) and I am not using AppKit or UIKit.

Any suggestions of how to create image snapshots from more 'complex' Views containing Forms and Sections?

Any help appreciated.

Cheers

ImageRenderer Views containing Forms/Sections
 
 
Q