Infinite loop when adding CATiledLayer to UIView

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-04-06T15:00:59Z Indexed on 2010/04/06 15:03 UTC
Read the original article Hit count: 527

I have a UIView in which I add a CATiledLayer and implement 'drawLayer'. If I use a UIViewController and add the layer to a new subview of the controller, then everything is ok.

If I however try to use a UIView to and do all the craetion and drawing within this, then I get a infinite loop at the point shown below when I add this view to a superview.

0x002cfafb  <+0425>  ja     0x2cfa23 <-[UIView(Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]+209>

What am I missing?

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about iphone