I created a sublayer using [CALayer layer] and set its bounds to a underlying mapview which around a size of (8000,23000).
When i add the new layer to this view , i am able draw on this if the height of the layer is < =16000,whenever i extend to bigger hegiht.I am unable to draw on it. Is there any specific max height for a CALayer.
Please let me how i can approach this problem.
Thanks in Advance. Ratna