PDFGenerator icon indicating copy to clipboard operation
PDFGenerator copied to clipboard

UICollectionview only first cell get rendered

Open Tonku opened this issue 6 years ago • 1 comments

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

Tonku avatar Dec 12 '18 01:12 Tonku

Were you able to solve this

kishorekumarek avatar Mar 15 '22 10:03 kishorekumarek