so I have an array with objects @"One", "Two", "Three", "Mouse" and I want to have each word of the array NSLog'ed to the console in half second increments. I also would like to be able to switch to 1 second increments instead. Can anyone please help me write this code. I'm new, but I need to understand this project.
I was tipped that I can use [NSThread sleepForTimeInterval:0.01]; but I dont know how i can do this... Thanks for your help! I know noobs are probably annoying, but I'm trying!