IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Add stackview_backgroundcolor rule #165

Closed r-plus closed 3 years ago

r-plus commented 3 years ago

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/

r-plus commented 3 years ago

Thanks for your review :) Applied suggested changes.