---
title: "removeTabStop(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsmutableparagraphstyle/removetabstop(_:)"
---

# removeTabStop(_:)

Removes the first text tab with a location and type equal to the specified tab stop.

## Declaration

```swift
func removeTabStop(_ anObject: NSTextTab)
```

## See Also

### Related Documentation

- [tabStops](uikit/nsmutableparagraphstyle/tabstops.md)

### Specifying tab information

- [addTabStop(_:)](uikit/nsmutableparagraphstyle/addtabstop(_:).md)
- [tabStops](uikit/nsmutableparagraphstyle/tabstops.md)
- [defaultTabInterval](uikit/nsmutableparagraphstyle/defaulttabinterval.md)
