<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceSwitch/setAttributedTitle(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceSwitch(im)setAttributedTitle:"
  },
  "title" : "setAttributedTitle(_:)"
}
-->

# setAttributedTitle(_:)

Sets the switch title to the specified attributed string.

```
func setAttributedTitle(_ attributedTitle: NSAttributedString?)
```

## Parameters

`attributedTitle`

The formatted text string to be displayed in the switch. Specifying `nil` clears the current text from the switch.

## Discussion

This method sets the content of the switch to the specified text, replacing the previous text. The text is drawn using the style information in `attributedTitle`.

If you use styled text in your switches, you must provide localized versions of the text yourself. Attributed strings may not contain any <doc://com.apple.documentation/documentation/UIKit/NSTextAttachment> objects as part of their content.

---

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)