摘要: ARC只能作用于Objective-C对象1.sleep(unsigned int);该函数给当前线程挂起给定时间(unsignedint)秒后继续执行下一句。(使程序睡眠)例如: int main(int argc, const char * argv[]) { @autoreleasepool... 阅读全文
posted @ 2015-04-22 18:03 pocket_live 阅读(77) 评论(0) 推荐(0)