views:

173

answers:

1

I am using CATiledLayer to display a pdf page.. But the layer do have some time to draw context.

Therefore, I try to add an background beside this layer and remove the background after CATiledLayer is successful display..

My question is Is there any ways to detect the drawing status of CATiledLayer?

Thanks for your help.

A: 

subclass your CATiledLayer and make fadeDuration of tiledlayer to 0.0

chaitanya