I created a UIScrollView
with a CATiledLayer
for a 10000x8078 image.
Would I place this image in a UIView
the zoomScale
is always updated according to the contentSize
(respectively the size of the image).
With CATiledLayer
the contentSize
now varies according to the tiles in use.
How can I now determine the correct zoomScale
of the UISrcollView
?
Thanks