Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of StackViewContainer.backgroundColor #27

Merged
merged 1 commit into from
Jun 14, 2016

Conversation

indragiek
Copy link
Contributor

Setting StackViewContainer.backgroundColor while there is also a backgroundView currently does not have the intended behaviour because the backgroundView goes underneath the stackView, which does not draw its own background color. The stackView is now wrapped in a container view that draws a background to prevent this issue.

@dstnbrkr
Copy link
Contributor

LGTM

@indragiek indragiek merged commit dc38f60 into master Jun 14, 2016
@indragiek indragiek deleted the background-color branch June 14, 2016 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants