Happy New Year,
I am writing an app where the user searches for high res images online and then downloads these large images. I need to show these in a UIScrollView.
On the Apple dev site I found the WWDC 2010 Session 104 on UIScrollViews that explains how I can use CATiledLayer with a manually created set of tiles at the various zoom levels.
Is there a way to generate the tiles programmatically from the downloaded high res image file?
Any recommendations?
Thanks