---
title: attributedTitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uirefreshcontrol/attributedtitle
---

# attributedTitle

The styled title text to display in the refresh control.

## Declaration

```swift
var attributedTitle: NSAttributedString? { get set }
```

## Discussion

Discussion The default value of this property is nil.

## See Also

### Accessing the control attributes

- [tintColor](uikit/uirefreshcontrol/tintcolor.md)
