How can I combine multiple NSArrays into one array with alternating values? For example.
Array One: Orange, Apple, Pear
Array Two: Tree, Shrub, Flower
Array Three: Blue, Green, Yellow
The final array would need to be: Orange, Tree, Blue, Apple, Shrub, Green, etc