init(value:)
Creates a property state with a value.
Declaration
convenience init(value: ObjectType?)Parameters
- value:
The value to associate with the property state.
Discussion
The system supports the following value types: NSDictionary, NSArray, NSString, NSData, and NSNumber.