init(_:)
Creates a dictionary using the keys and values in the specified object parameter.
Declaration
init(_ value: xpc_object_t)Parameters
- value:
An XPC dictionary object. The object’s type must be Xpc_type_dictionary Swift.var.
Creates a dictionary using the keys and values in the specified object parameter.
init(_ value: xpc_object_t)An XPC dictionary object. The object’s type must be Xpc_type_dictionary Swift.var.