Skip to content

attributedTitle

Category: Instance Property

Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+

Overview

An attributed version of the axis title.

Declaration

@NSCopying
var attributedTitle: NSAttributedString { get set }

Details

See Also

  • Specifying the title
  • var title: String

attributed Title

Discussion

If you set the value of this property, the system uses this value instead of title .

Topics (Grouped)

Specifying the title

Code Examples

@NSCopying
var attributedTitle: NSAttributedString { get set }

Source: https://developer.apple.com/documentation/accessibility/axdataaxisdescriptor/attributedtitle