init(_:)
Creates a new array that contains the given XPC object.
Declaration
init(_ value: xpc_object_t)Parameters
- value:
An XPC object. The object’s type must be Xpc_type_array Swift.var.
Creates a new array that contains the given XPC object.
init(_ value: xpc_object_t)An XPC object. The object’s type must be Xpc_type_array Swift.var.