Contents

tableCellIntentWithIdentity:column:nestedInsideIntent:

Creates a table cell intent with the provided information.

Declaration

+ (NSPresentationIntent *) tableCellIntentWithIdentity:(NSInteger) identity column:(NSInteger) column nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • column:

    The column number for the cell.

  • parent:

    The parent intent of the cell.

Return Value

A new intent with the kind set to NSPresentationIntentKindTableCell.

See Also

Creating a presentation intent