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.
Creates a type based on an identifier.
convenience init?(_ identifier: String)The identifier of your type.
This initializer returns nil if the system doesn’t know the type identifier.