Contents

layer

The view’s Core Animation layer to use for rendering.

Declaration

var layer: CALayer { get }

Discussion

This property is never nil. The value of the layerClass property determines the actual class of the layer object. The view is the layer’s delegate.

See Also

Configuring a view’s visual appearance