Classes
The following classes are available globally.
-
Wraps a
dynamicproperty, or one defined in Objective-C, using Key-Value Coding and Key-Value Observing.Use this class only as a last resort!
See moreMutablePropertyis generally better unless KVC/KVO is required by the API you’re using (for example,NSOperation).Declaration
Swift
public final class DynamicProperty<Value>: MutablePropertyProtocol
Classes Reference