Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

CATransformLayer: changing property masksToBounds in transform-only layer, will have no effect #2633

Closed
friedbunny opened this issue Oct 15, 2015 · 4 comments
Labels
bug iOS Mapbox Maps SDK for iOS

Comments

@friedbunny
Copy link
Contributor

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

As of: a422a1d

@friedbunny friedbunny added bug iOS Mapbox Maps SDK for iOS labels Oct 15, 2015
@SunithaSenthil
Copy link

Once Close and execute again in same simulator.

@friedbunny
Copy link
Contributor Author

Can't reproduce this after #2181 and #2643.

@iceman201
Copy link

I think thats Simulator bug from Apple, and it's not fix yet even on iOS 9

@jeremie-movify
Copy link

In case anybody is facing the same issue on iOS 14 using UIStackViews, please have a look at the following article:

Stack View Background Color in iOS 14

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

4 participants