Skip to content

category

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

A string that represents the categorical data value.

Declaration

@property (nonatomic, copy) NSString * category;

Details

See Also

  • Creating a categorical value
    • valueWithCategory:

Topics (Grouped)

Creating a categorical value

  • valueWithCategory: — +; Creates a categorical data value with the specified category string.

Code Examples

@property (nonatomic, copy) NSString * category;

Source: https://developer.apple.com/documentation/accessibility/axdatapointvalue/category