Declaration

class func rootGroup(withParent parent: GSLayer?) -> Self

Declaration

+ (instancetype) rootGroupWithParent:(GSLayer *) parent;

Declaration

rootGroupWithParent_(parent: GSLayer) -> GSShapeGroup

Parameters

parent

The layer that owns the root group.

Discussion

A layer has exactly one root group.

See Also

Creating a Shape Group