Xcode – Create a shuffled Array that I can use in all functions thereafter
Hi I'm trying to shuffle an array which I can then use in all my IBAction functions thereafter in the order that I shuffled them. Example of code which is the same idea as what I have... Class ViewContoller: UIViewContoller…