Contents

init(_:)

Creates a type based on an identifier.

Declaration

convenience init?(_ identifier: String)

Parameters

  • identifier:

    The identifier of your type.

Discussion

This initializer returns nil if the system doesn’t know the type identifier.

See Also

Creating a type