iOS 代码延迟执行

1. [NSTread sleepForTimeInterval:0.8f]  html 这个方法 实际效果 比如打断点 等你再恢复断点执行异步 2.  [self performSelector:@selector(fun:) withObject:nil afterDelay:0.8f];post 这个 就适合UI层级的 异步方式  延迟执行  比较好  还有延迟执行的方法 "fun"orm
相关文章
相关标签/搜索