Instance Property
foreground
The layer whose background content this layer represents.
Declaration
unowned(unsafe) var foreground: GSLayer! { get set }Declaration
@property (nonatomic, unsafe_unretained) GSLayer * foreground;Discussion
The foreground layer owns its background layer. Do not retain a background layer beyond the lifetime of its foreground layer.