---
title: subtitleLabel
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibutton/subtitlelabel
---

# subtitleLabel

The label that displays the text of the subtitle.

## Declaration

```swift
var subtitleLabel: UILabel? { get }
```

## Discussion

Discussion If configuration is nil, this property is nil.

## See Also

### Getting the current state

- [buttonType](uikit/uibutton/buttontype-swift.property.md)
- [currentTitle](uikit/uibutton/currenttitle.md)
- [currentAttributedTitle](uikit/uibutton/currentattributedtitle.md)
- [currentTitleColor](uikit/uibutton/currenttitlecolor.md)
- [currentTitleShadowColor](uikit/uibutton/currenttitleshadowcolor.md)
- [currentImage](uikit/uibutton/currentimage.md)
- [currentBackgroundImage](uikit/uibutton/currentbackgroundimage.md)
- [currentPreferredSymbolConfiguration](uikit/uibutton/currentpreferredsymbolconfiguration.md)
- [imageView](uikit/uibutton/imageview.md)
