This repository was archived by the owner on Dec 27, 2020. It is now read-only.
GridItem
Adds Identifiable grid items.
struct GridItem: Identifiable {
let view: AnyView
let id: AnyHashable
}Adds Identifiable grid items.
struct GridItem: Identifiable {
let view: AnyView
let id: AnyHashable
}