I am working on picker views and I am doing a trivia game. So I got an Array with different questions and another one with answers, this is what I have:
So my question is: I need to do this but without repeating questions/answers, is there some solution?
I thought in doing two arrays, one for questions and another one with those questions but randomized, because when people answer I have to delete the question just so it doesn't repeat. But I don't know how to do it.