performSelector

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了performSelector相关的知识,希望对你有一定的参考价值。

[self performSelector:@selector(stopLoading) withObject:nil afterDelay:2.0]  

此方法表示,会在2s后调用stopLoading方法

 

 

参考:http://www.cnblogs.com/buro79xxd/archive/2012/04/10/2440074.html

http://blog.csdn.net/wangqiuyun/article/details/7587929

http://www.jianshu.com/p/e071206103a4

 

以上是关于performSelector的主要内容,如果未能解决你的问题,请参考以下文章