Contents

init(_:)

Creates a priority using the specified integer value.

Declaration

init(_ rawValue: Int)

Parameters

  • rawValue:

    An integer that represents the desired priority. The system considers a high value more important than a low one. Provide a value that’s in the range Min to Max.

See Also

Creating a priority