PDFGenerator icon indicating copy to clipboard operation
PDFGenerator copied to clipboard

Feature Request: Swift UI Support and rendering of 1000 pages of view

Open ghost opened this issue 5 years ago • 2 comments

It is working great with UICollectionView! This library will work only if the full view is rendered (consider the view contains 1000 pages)? Do we have any library for Swift UI that can parse CollectionView?

ghost avatar Aug 16 '20 19:08 ghost

I have got SwiftUI rendering to work by placing my SwiftUI view as the content layer of a ScrollView, then capturing that as an image. The advantage of using a Scroll View is that I didn't have to worry too much about what was actually visible.

I wonder if there may be a more generic solution here...

ConfusedVorlon avatar Sep 02 '20 08:09 ConfusedVorlon

+1

USBA avatar Feb 13 '21 06:02 USBA