Instance Property
layer
The layer associated with the object, or nil when no layer is available.
Declaration
weak var layer: GSLayer? { get }Declaration
@property (nonatomic, weak, readonly) GSLayer * layer;Declaration
layer() -> GSLayerSee Also
Owners
The object that directly contains the receiver, or
nilwhen the receiver is detached.