Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Aug 16, 2020 · 2 comments
Open

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

ghost opened this issue Aug 16, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2020

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?

@ConfusedVorlon
Copy link

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...

@USBA
Copy link

USBA commented Feb 13, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants