In Java you can suspend the current thread\'s execution for an amount of time using Thread.sleep(). Is there something like this in Objective-C?
Thread.sleep()
usleep() can also be used as ive used this to pause the current thread at times