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.
Creates and returns an array containing the objects in another given array.
+ (instancetype) arrayWithArray:(NSArray<id> *) array;An array.
An array containing the objects in anArray.