What's the magic behind CAReplicatorLayer? What's the magic behind CAReplicatorLayer? ios ios

What's the magic behind CAReplicatorLayer?


The special-purpose CALayers like CAReplicatorLayer or CAGradientLayer are able (via private APIs) do execute their drawing directly on the GPU using fast filling or copying. In a sense they are different such that the backing store is not in normal RAM, but directly on the GPU.