Contents

tableRowIntentWithIdentity:row:nestedInsideIntent:

Creates a table row intent with the provided information.

Declaration

+ (NSPresentationIntent *) tableRowIntentWithIdentity:(NSInteger) identity row:(NSInteger) row nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • row:

    The row number.

  • parent:

    The parent intent of row.

Return Value

A new intent with the kind set to NSPresentationIntentKindTableRow.

See Also

Creating a presentation intent