Type Method
rootGroup(withParent:)rootGroupWithParent:rootGroupWithParent_
Creates the root group for a layer.
Declaration
class func rootGroup(withParent parent: GSLayer?) -> SelfDeclaration
+ (instancetype) rootGroupWithParent:(GSLayer *) parent;Declaration
rootGroupWithParent_(parent: GSLayer) -> GSShapeGroupParameters
parentThe layer that owns the root group.
Discussion
A layer has exactly one root group.
See Also
Creating a Shape Group
Creates a new shapes group with a given ID.