i am wondering how i can randomise the order of questions when i have question
as an NSInteger
i am using the following line of code to try and display my arc4random however it crashes and it doesnt load properly.
question = arc4random() %6 +1;
is theere a solution to get the integer question to be randomized in its order? thanks