Q-Mobile / QGrid

🎛 QGrid: The missing SwiftUI collection view.
MIT License
1.64k stars 104 forks source link

Added tvOS as a supported platform. #8

Closed kristianpennacchia closed 4 years ago

kristianpennacchia commented 4 years ago

This pull request doesn't bring in any new features in support of tvOS, only the ability to use the existing functionality of QGrid, which seems to work just fine in tvOS as it does in iOS.

I've done some basic testing with loading and displaying several columns of data on screen, navigating the grid, and selecting cells in tvOS. All of which is working fine.

karolkulesza commented 4 years ago

Cool! Thanks for contributing.