This is the array:
var objectArray = [AnyObject]()
I want to re-organise its objects in a totally random way. Something like:
objectArray = objectArray.random
This is the array:
var objectArray = [AnyObject]()
I want to re-organise its objects in a totally random way. Something like:
objectArray = objectArray.random