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.

Tasks

Properties

stripeHeight

The height of the individual stripes/tiles.

@property (nonatomic, assign) CGFloat stripeHeight

Declared In

DTStripedLayer.h