CALayer and UIView display order

Posted by Charlie on Stack Overflow See other posts from Stack Overflow or by Charlie
Published on 2010-05-24T07:49:35Z Indexed on 2010/05/24 7:51 UTC
Read the original article Hit count: 289

Filed under:
|
|

I have a CATiledLayer within a UIView and the UIView also contains a subview. How can I make sure that the subview is always drawn above the layer?

Most of the time I get the tile layer covering the subview.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch