Contents

init(intValue:)

Creates a new instance from the specified integer.

Declaration

init?(intValue: Int)

Parameters

  • intValue:

    The integer value of the desired key.

Discussion

If the value passed as intValue does not correspond to any instance of this type, the result is nil.