Declaration

func enumerateParentGroups(_ code: @escaping (GSShapeGroup, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration

- (void) enumerateParentGroupsWithBlock:(void (^)(GSShapeGroup *group, BOOL *stop)) code;

Declaration

enumerateParentGroupsWithBlock_(group: GSShapeGroup, stop: bool, code)

Parameters

code

The block to invoke for each containing group.

Discussion

No groups are enumerated when parentGroup is nil. Set stop to YES to end the enumeration early.

See Also

Shape Hierarchy