I'm having a view controller which holds a scroll view, a content view and a CATiledLayer
as sublayer in the content view.
If I remove my controllers view from its superview while the CATiledLayer
is still busy (rendering a PDF page for instance), I get the weirdest crashes and null references. It seems like CATiledLayer
is not happy if you disturbe it. Is there a way I can abort what it is currently doing?