Search code examples
iosdictionarycalayer

scaling an image on a CALayer?


I have a map, on which are placed markers that inherit from CALayer.
I would like to scale the images on this layers, but keep their anchor point.
Is that even possible?

Thanks!


Solution

  • Yes, the layers will scale relative to their anchor point property without changing it.