symbolVariant: Instance Method

- (NSString *) symbolVariant:(unsigned int) index;

Returns the text of the symbol variant at the given index.

Parameters

  • index — The variant index; must be less than symbolNumVariants.

Return Value

The variant text, or nil if the index is out of range.

Top