Hey,
I want to choose 3 NSStrings from an NSArray. I also have a string named answerString. With these 3 NSStrings they cannot be the same as answerString (answerString is a NSString that is in this NSArray also).
Is it possible to create 3 NSStrings that are unique from answerString without having to do anything too complicated?
I just need some tips on how to go upon this!
Thanks!