# `GSLayer addAnchors:`

*Instance Method*

Add the anchors form the list

## Declaration

```swift
func addAnchors(_ anchors: [GSAnchor])
```

```objc
- (void) addAnchors:(NSArray<GSAnchor *> *) anchors;
```

```python
addAnchors_(anchors: list[GSAnchor])
```

