Top "Catiledlayer" questions

A tiled layer is a Core Animation layer which divides its drawing area into equal, rectangular areas which are drawn separately.

What is the secret behind "contentScaleFactor" of UIView when used with CATiledLayer?

Greetings, I'm working on an application inspired by the "ZoomingPDFViewer" example that comes with the iOS SDK. At some point …

uiview ios4 uiscrollview catiledlayer
Drawing in CATiledLayer with CoreGraphics CGContextDrawImage

I would like to use a CATiledLayer in iPhone OS 3.1.3 and to do so all drawing in -(void)drawLayer:(…

iphone core-graphics cgcontext catiledlayer
Why is this CATiledLayer/PDF code slow?

Here is the code: https://www.dropbox.com/s/o42wy36x4qhrbpt/PDFScroller.zip I took the WWDC 2010 PhotoScroller …

iphone performance pdf catiledlayer
Are tile overlays possible with the iPhone's MapKit

I already have a tile source set up for use with the Google Maps JavaScript API. I am trying to …

iphone objective-c mapkit mkmapview catiledlayer