Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Conversation

@atdrendel
Copy link
Contributor

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
Copy link
Contributor Author

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

@apptekstudios apptekstudios changed the base branch from master to v1.8.0WIP September 4, 2020 05:25
@apptekstudios apptekstudios merged commit 9d6854e into apptekstudios:v1.8.0WIP Sep 4, 2020
@atdrendel atdrendel deleted the background-color branch September 4, 2020 15:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Background colors applied using SwiftUI's background(_:alignment:) modifier don't behave as expected

2 participants