Contents

init(symbolName:variableValue:)

Creates a symbol image with the symbol name and variable value you specify.

Declaration

convenience init?(symbolName name: String, variableValue value: Double)

Parameters

  • name:

    The name of the symbol image.

  • value:

    The value the system uses to customize the symbol’s content, between 0 and 1.

Discussion

The value parameter is valid for symbols that support variable rendering.

See Also

Creating Images by Name