static func objectiveCValue (for: Self.Value) -> Self.ObjectiveCValue
Returns an Objective-C typed value for a given value of this key’s type.
Availability 有効性
Technology
static func value(for object: Self.ObjectiveCValue
) throws -> Self.Value
object
The Objective-C value to convert.
object
, expressed as this key’s type.
static func objectiveCValue (for: Self.Value) -> Self.ObjectiveCValue