DTStripedLayer Class Reference
Inherits from | CALayer |
Declared in | DTStripedLayer.h |
Overview
Replacement for CATiledLayer
when all you need is to have a large scroll view, but don’t require zooming.
DTStripedLayer creates tiles on demand, always as wide as its bounds. The height of these tiles is determined by stripeHeight.
Warning: This is a work in progress.