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

Add stackview_backgroundcolor rule #165

Conversation

r-plus
Copy link
Contributor

@r-plus r-plus commented Sep 21, 2020

Hi @kateinoigakukun and @phimage

Since iOS 14, UIStackView backing layer is changed from CATransformLayer to CALayer that means draw something.

This rule detect background color definition of UIStackView to check background color look compatibility between iOS 9-13 and iOS 14.

reference: https://useyourloaf.com/blog/stack-view-background-color-in-ios-14/

Copy link
Collaborator

@kateinoigakukun kateinoigakukun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good with some nits comments 😄

Rules.md Outdated Show resolved Hide resolved
@r-plus
Copy link
Contributor Author

r-plus commented Sep 21, 2020

Thanks for your review :)
Applied suggested changes.

@kateinoigakukun kateinoigakukun merged commit 264872e into IBDecodable:master Sep 21, 2020
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.

2 participants