I am trying to make an xcode project that when the user hits a UIButton (IBAction) it sets the text of a UILabel to a random object in an NSMutable Array. I do not want to use case and switches as it takes to long for my situation.
Thanks for your time.