Q-Mobile / QGrid

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

Fix macOS build issue #13

Closed davedelong closed 4 years ago

davedelong commented 4 years ago

QGrid was failing to build on macOS because UIDevice is not available. This change makes macOS behave the same as tvOS, in that it does not support rotation.

karolkulesza commented 4 years ago

Thanks, Dave! 👍