I call method sr in viewDidLoad with below code,how can i cancel it before that method sr will call?
[self performSelector:@selector(sr) withObject:nil afterDelay:20];
|
I call method sr in viewDidLoad with below code,how can i cancel it before that method sr will call?
|
|||
|
|
Please read the documentation. :) The documentation for |
|||||||
|