Q-Mobile / QGrid

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

support Core Data NSManagedObjects for initial data #39

Open donly opened 4 years ago

donly commented 4 years ago

Can this Data.Element : Identifiable remove from

public struct QGrid<Data, Content> : View where Data : RandomAccessCollection, Content : View, Data.Element : Identifiable 

to support Core Data NSManagedObjects