Contents

headerIntentWithIdentity:level:nestedInsideIntent:

Creates a header intent with the provided information.

Declaration

+ (NSPresentationIntent *) headerIntentWithIdentity:(NSInteger) identity level:(NSInteger) level nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • level:

    The level for the header section. Specify 1 or greater for this parameter. Don’t specify 0.

  • parent:

    The parent intent of the header.

Return Value

A new intent with the kind set to NSPresentationIntentKindHeader.

See Also

Creating a presentation intent