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

Improved column width calculation #65

Closed ndreisg closed 3 years ago

ndreisg commented 3 years ago

Use actual width of strings when system font is applied instead of assuming 14 pixels per character

see #59

pavankataria commented 3 years ago

Great, thank you 👍