Contents

tableHeaderRowIntentWithIdentity:nestedInsideIntent:

Creates a table header intent with the provided information.

Declaration

+ (NSPresentationIntent *) tableHeaderRowIntentWithIdentity:(NSInteger) identity nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the table header row.

Return Value

A new intent with the kind set to NSPresentationIntentKindTableHeaderRow.

See Also

Creating a presentation intent