Contents

value

A value for the metaparameter.

Declaration

var value: Any { get set }

Discussion

The framework sets this property to the subclass’s initializer argument; for example, see init(value:).

An app changes the value at runtime by calling fade(value:duration:) on the subclass.