Instance Method
enumerateSyncedLayerGroupAssociates(_:)enumerateSyncedLayerGroupAssociatesUsingBlock:enumerateSyncedLayerGroupAssociatesUsingBlock_
Invokes a block for the other layers in the same layer group that participate in synced editing.
Declaration
func enumerateSyncedLayerGroupAssociates(_ block: @escaping (GSLayer) -> Void)Declaration
- (void) enumerateSyncedLayerGroupAssociatesUsingBlock:(void (^)(GSLayer *)) block;Declaration
enumerateSyncedLayerGroupAssociatesUsingBlock_(: GSLayer, block)Discussion
The receiver is excluded. The block is not invoked when synced editing is disabled.
See Also
Synced Editing
Invokes a block for the layers in the same layer group that participate in synced editing.
Invokes a block for the layers of the glyph that participate in synced editing.