---
title: tabStops
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsmutableparagraphstyle/tabstops
---

# tabStops

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

## Declaration

```swift
var tabStops: [NSTextTab]! { get set }
```

## Discussion

Discussion The NSTextTab objects, sorted by location, define the tab stops for the paragraph style. The default value is an array of 12 left-aligned tabs at 28-point intervals.

## See Also

### Specifying tab information

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