I have two arrays. One is:
var array = [[String]]()
The second one is:
var finalArray = NSMutableArray()
array
is blank.
I want to copy all the data from the final array to array. For these two different types of array, direct this code won't work.
array = finalArray