---
title: removeAllTrackedConstraints()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uitrackinglayoutguide/removealltrackedconstraints()
---

# removeAllTrackedConstraints()

Stops the layout guide from tracking any constraints.

## Declaration

```swift
func removeAllTrackedConstraints()
```

## Discussion

Discussion This method stops only the tracking of constraints. It doesn’t remove constraints from the layout, and it doesn’t activate or deactivate any constraints.
