0

Not able to get SwiftUI Form content size. I am trying to get full size of a SwiftUI Form which has more content than screen size, that makes it scrollable. Using GeometryReader only gives the screen size (device height) rather than full content height. My next milestone would be to take a snapshot of the entire Form and convert it to UIImage or PDF.

6
  • You need to create an image, recontructing the form, for youself. Commented Jul 2, 2021 at 8:22
  • I didn't get you, in simple words I have scrollable Form build from SwiftUI Form component and I want to take the snapshot of the entire content both on screen, off screen Commented Jul 2, 2021 at 8:28
  • Okay... I know what I have read. And? Commented Jul 2, 2021 at 8:34
  • And? -> please elaborate your comment/ solution .. Commented Jul 2, 2021 at 8:44
  • This has been answered here: stackoverflow.com/questions/59131976/… Commented Jul 2, 2021 at 16:07

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.