Contents

displayValues(forRow:)

Returns the chosen values for a given row.

Declaration

func displayValues(forRow row: Int) -> [Any]

Parameters

  • row:

    The index of a row in the receiver.

Return Value

The chosen values (strings, views, or menu items) for row row.

Discussion

The values returned are the same as those returned from the delegate’s ruleEditor(_:displayValueForCriterion:inRow:) method.

See Also

Providing Data