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