<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/NSMutableParagraphStyle/addTabStop(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSMutableParagraphStyle(im)addTabStop:"
  },
  "title" : "addTabStop(_:)"
}
-->

# addTabStop(_:)

Adds the specified tab stop to the paragraph.

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

## See Also

[`var tabStops: [NSTextTab]!`](/documentation/UIKit/NSMutableParagraphStyle/tabStops)

The text tab objects that represent the paragraph’s tab stops.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)