Contents

arrayWithArray:

Creates and returns an array containing the objects in another given array.

Declaration

+ (instancetype) arrayWithArray:(NSArray<id> *) array;

Parameters

  • array:

    An array.

Return Value

An array containing the objects in anArray.

See Also

Related Documentation

Creating an Array