Declaration

func enumerateSyncedLayers(_ block: @escaping (GSLayer) -> Void)

Declaration

- (void) enumerateSyncedLayersUsingBlock:(void (^)(GSLayer *)) block;

Declaration

enumerateSyncedLayersUsingBlock_(: GSLayer, block)

Discussion

The receiver is always included. Other non-backup layers are included when synced editing is enabled.

Synced editing is controlled by the GSSyncLayerEdits user defaults value.

See Also

Synced Editing