Instance Method
anchorChangedName(_:)anchorChangedName:anchorChangedName_
Updates layer anchor lookup after an owned anchor changes its name.
Declaration
func anchorChangedName(_ anchor: GSAnchor)Declaration
- (void) anchorChangedName:(GSAnchor *) anchor;Declaration
anchorChangedName_(anchor: GSAnchor)See Also
Anchors
Layer anchors keyed by anchor name.
The number of anchors on the layer.
Adds or replaces an anchor by name.
Replaces all anchors with anchors from an array.
Replaces all anchors without undo registration or change notifications.
Removes an anchor from the layer.
Removes the anchor with a name.
Swaps two anchor names without undo registration or change notifications.