Preload/predisplay tiles in a CATiledLayer?
- by jemmons
On the iPhone (though I imagine it's an equally valid question in Cocoa) I have a UIScrollView around a UIView backed by a CATiledLayer. The way it works by default is to load any uncached/unfetched tiles when my viewport scrolls over a blank section of the CATiledLayer.
What I would like to know is if there's a way to trigger CATiledLayer to load…