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

Added: Support iOS 13 dark theme. #51

Closed Anonym0uz closed 4 years ago

Anonym0uz commented 4 years ago

Added support iOS 13 dark mode. Without this edits, dark mode seems like very bad. In original version, footer, header, search bar and all collection cells background color still white when switch themes. I think this not all, some colors i don't changed (ex. case .paginationHeader in 411 line), but all seens like normal.

pavankataria commented 4 years ago

Good job, Anonym0uz. Left a question for you.