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.
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 allowingASCollectionView
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