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

# addTabStop(_:)

Adds the specified tab stop to the paragraph.

## Declaration

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

## See Also

### Related Documentation

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

### Specifying tab information

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