Contents

criteria(forRow:)

Returns the currently chosen items for a given row.

Declaration

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

Parameters

  • row:

    The index of a row in the receiver.

Return Value

The currently chosen items for row row.

Discussion

The items returned are the same as those returned by calling the delegate’s ruleEditor(_:child:forCriterion:with:) method once for each item in the row.

See Also

Providing Data