# `GSLayer setNeedsAlignment`

*Instance Method*

The next time the layer is drawn, align the components.

## Declaration

```swift
func setNeedsAlignment()
```

```objc
- (void) setNeedsAlignment;
```

```python
setNeedsAlignment()
```

