Instance Method
removeAnchor(withName:)removeAnchorWithName:removeAnchorWithName_
Removes the anchor with a name.
Declaration
func removeAnchor(withName anchorName: String)Declaration
- (void) removeAnchorWithName:(NSString *) anchorName;Declaration
removeAnchorWithName_(anchorName: str)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.
Swaps two anchor names without undo registration or change notifications.
Updates layer anchor lookup after an owned anchor changes its name.