tags:

views:

199

answers:

0

I have a CALayer object whoose contents property is set to the CGImage property of an UIImage. So the layer contains that image bitmap. How could I make a CALayer like this visible on screen? I want to avoid UIView if possible, since that would undo all performance benefits from a "plain" CALayer. What options are there for this?