We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
do { let data = try PDFGenerator.generated(by: [collectionView]) try data.write(to: fooURL, options: .atomic) } catch (let error) { print(error) }
The text was updated successfully, but these errors were encountered:
Were you able to solve this
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: