Hello
I have working code: [self performSelector:@selector(doSomething) ];
but when I change this line to:
[self performSelector:@selector(doSomething) withObject:nil afterDelay:1.0];
it reports error - unrecognized selector....
could you tell me what is the problem in?
thank you