Skip to content

attributedValue

Category: Instance Property

Platforms: iOS 14.0+, iPadOS 14.0+, Mac Catalyst 14.0+, macOS 11.0+, tvOS 14.0+, visionOS 1.0+, watchOS 7.0+

Overview

A localized attributed string that provides a value for the label.

Declaration

@NSCopying
var attributedValue: NSAttributedString { get }

Details

See Also

  • Defining custom content
  • var label: String
  • var attributedLabel: NSAttributedString
  • var value: String
  • var importance: AXCustomContent.Importance
  • enum Importance

attributed Value

Topics (Grouped)

Defining custom content

Code Examples

@NSCopying
var attributedValue: NSAttributedString { get }

Source: https://developer.apple.com/documentation/accessibility/axcustomcontent/attributedvalue