Q-Mobile / QGrid

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

Paging #45

Open subzero3000 opened 3 years ago

subzero3000 commented 3 years ago

Hi,

Is it possible to add paging functionality when sliding. Thanks.

Andy

ForceGT commented 2 years ago

https://github.com/Unknown-Studios/YourKitchen-iOS/blob/master/YourKitchen/Views/HelperViews/YKGrid.swift

This is using the QGrid Stuff with the goodness of a TrackableScrollView, i.e. you can track the scroll and perform something when end of the page is reached. It can't serve paging though not completely