apptekstudios / ASCollectionView

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

Add backgroundColor(_:) modifier to ASCollectionView #173

Closed atdrendel closed 4 years ago

atdrendel commented 4 years ago

This pull request adds a background color modifier to ASCollectionView to allow consumers to specify background colors that share the standard system behaviors of extending behind navigation bars and allowing ASCollectionView to make large title navigation bars collapse automatically during scroll.

I know this solution isn't very SwiftUI-y, but I couldn't come up with another simple solution to the problem described in #171.

Closes #171

atdrendel commented 4 years ago

This pull request replaces #172, which I mistakenly made from my fork's master branch without realizing it. Sorry.