<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey"
  },
  "title" : "WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey"
}
-->

# WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey

The behavior for showing the action button. The value of this key is an <doc://com.apple.documentation/documentation/Foundation/NSNumber> object with a Boolean value. When the value is <doc://com.apple.documentation/documentation/Swift/true>, the recording interface always shows the action button. When the value is <doc://com.apple.documentation/documentation/Swift/false>, the sheet shows the button only after the user has recorded some audio. The default value for this option is YES.

```
let WKAudioRecorderControllerOptionsAlwaysShowActionTitleKey: String
```

---

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)