Right now I’m sleeping my main thread in order to have my application pause before running an action. [NSThread sleepForTimeInterval:0.75];. I know that that is less than ideal from a programming perspective, what other options do I have?
Right now I’m sleeping my main thread in order to have my application pause
Share
You could call the selector after a delay.