Hi
On iPhone or iPad someone know how we can get a CGLayer (not a CALayer) from an UIView?
Regards
Hi
On iPhone or iPad someone know how we can get a CGLayer (not a CALayer) from an UIView?
Regards
Haven't tried this, but I would do it like this:
CGLayer
CGLayerGetContext()
.[view.layer renderInContext:]
.