pavankataria / SwiftDataTables

A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
MIT License
448 stars 69 forks source link

Possible to export tables as PDF? #19

Closed hamzabinamin closed 6 years ago

hamzabinamin commented 6 years ago

@pavankataria Is there any way to export the datatables as PDF?

pavankataria commented 6 years ago

While that’s a great idea, this feature is currently outside the scope of this package.

You can try something like this though:

https://medium.com/@bermaniastudios/generating-a-pdf-from-a-uiscrollview-7dff2045bc31