Instance Property
activeLayer
The active layer
Declaration
var activeLayer: GSLayer? { get }Declaration
@property (nonatomic, readonly) GSLayer * activeLayer;Declaration
activeLayer() -> GSLayerDiscussion
If only one layer is selected it retunes it, otherwise it retunes nil.
In the editView, this is the layer that has a gray info box.