Contents

init(string:)

Initialize a Core Image vector object with values provided in a string representation.

Declaration

convenience init(string representation: String)

Parameters

  • representation:

    A string that is in one of the formats returned by the stringRepresentation method.

Return Value

An initialized CIVector object.

See Also

Initializing a Vector