I'm working on a name generator. I want to use (i think) an NSArray of words to serve as a word bank to randomly pick from. It would be 3 separate words to make a funny random name like "Slippery California Farmers" or something.
So I created and positioned a UILabel for each of the 3 words and used:
It shows up fine. But how would I randomize to change the text for each label to pick a different word, creating a new name each time? And could I create my own invisible word bank to pick from?
Hope you understand what I'm trying to say. I'm new to developing.