You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Warning shows up three times in the iOS 9.0 iPad Retina simulator, around the same time as the user location annotation is being setup with a simulated location. May have something to do with the simulator not reporting heading, which is where we use masking.
<CATransformLayer: 0x7dea6880> - changing property masksToBounds in transform-only layer, will have no effect
Long story short:
In iOS 14, UIStackView has changed from using a CATransformLayer to using a CALayer. I saw this first mentioned by Renaud Lienhart (@layoutSubviews) and then confirmed by David Duncan (@rincewindsama). This change is not (yet) mentioned in any release note or documentation (bug report FB8363575).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Warning shows up three times in the iOS 9.0 iPad Retina simulator, around the same time as the user location annotation is being setup with a simulated location. May have something to do with the simulator not reporting heading, which is where we use masking.
As of: a422a1d
The text was updated successfully, but these errors were encountered: