Closed r-plus closed 4 years ago
Hi @kateinoigakukun and @phimage
Since iOS 14, UIStackView backing layer is changed from CATransformLayer to CALayer that means draw something.
CATransformLayer
CALayer
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/
Thanks for your review :) Applied suggested changes.
Hi @kateinoigakukun and @phimage
Since iOS 14, UIStackView backing layer is changed from
CATransformLayer
toCALayer
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/