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

UICollectionview only first cell get rendered #104

Open
Tonku opened this issue Dec 12, 2018 · 1 comment
Open

UICollectionview only first cell get rendered #104

Tonku opened this issue Dec 12, 2018 · 1 comment

Comments

@Tonku
Copy link

Tonku commented Dec 12, 2018

HI
I am trying to make pdf from a collection view and only one cell get printed, have many cells which scroll both horizontally and vertically

Here is the code

do { let data = try PDFGenerator.generated(by: [collectionView]) try data.write(to: fooURL, options: .atomic) } catch (let error) { print(error) }
Attaching the output
sample.pdf

@kishorekumarek
Copy link

Were you able to solve this

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