apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.36k stars 160 forks source link

Add the possibility to set content insets to grid layout #191

Closed noefroidevaux closed 3 years ago

noefroidevaux commented 3 years ago

Currently we can pass a sectionInsets parameter to list or orthogonalGrid layouts, but not grid layout

apptekstudios commented 3 years ago

Thanks for the PR :)