Declaration

- (BOOL) metricsValue:(GSMetricNumbers) metric forKey:(NSString *) key value:(CGFloat *) value atHeight:(NSInteger *) atHeight;

Declaration

metricsValue_forKey_value_atHeight_(metric: GSMetricNumbers, key: str, value: float, atHeight: int) -> bool

Parameters

metric

The metric side that the key is evaluated for.

key

The metrics key to evaluate.

value

On return, the resolved metric value.

atHeight

On return, the height qualifier from the key, or NSNotFound.

Return Value

YES when the key syntax is valid.

See Also

Metric Values