QGrid icon indicating copy to clipboard operation
QGrid copied to clipboard

🎛 QGrid: The missing SwiftUI collection view.

Results 19 QGrid issues
Sort by recently updated
recently updated
newest added

On macOS 11.1, when a View is loaded for the first time, the size obtained by GeometryReader is incorrect, resulting in a negative frame value, causing this warning. The real...

Hi, Is it possible to add paging functionality when sliding. Thanks. Andy

This pull request adds support for watchOS 6, based off of PR #10 which was closed for inactivity.

I like QGrid, it is a very elegant solution like collection view. I am looking for a SwiftUI component like LazyGrid (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid), but needs to be forward compatible with iOS...

I have the `QGrid` setup to render a list of objects that are converted to views inside the `QGrid`’s block. When my API fetches updated data the view is rebuilt....

Hello! Here is an example where I expect the grid appears after button tap, but I got empty grid ```swift struct ContentView: View { @ObservedObject var viewModel = ContentViewModel() var...

Is there a way to return different cells based on row and/or column?

In every grid I place, in the canvas preview, it takes up the whole screen of the device. Is there a way to limit this so that the height of...

Can this `Data.Element : Identifiable` remove from ```swift public struct QGrid : View where Data : RandomAccessCollection, Content : View, Data.Element : Identifiable ``` to support Core Data NSManagedObjects

If I put Qgrid in the section, how to detect the height of each row so that Qgrid will be shown properly.