I have two CALayer objects. layerA and layerB. I want to copy the bitmap from layerA over to layerB, so that layerB has the "same" bitmap (that looks the same).
How could I do that without using UIImage and the like inbetween?
I have two CALayer objects. layerA and layerB. I want to copy the bitmap from layerA over to layerB, so that layerB has the "same" bitmap (that looks the same).
How could I do that without using UIImage and the like inbetween?