在类体内延迟执行某一个函数
参考代码:
[self performSelector:@selector(functionName) withObject:nil afterDelay:3.0f];
THE END !