How i will pined section view when i scroll Grid View in SwiftUI?
LazyVGrid(columns: [GridItem], alignment: .center, spacing: nil, pinnedViews: [.sectionHeaders]) { }
LazyVGrid(columns: [GridItem], alignment: .center, spacing: nil, pinnedViews: [.sectionHeaders]) { }