Is there a way to have a reference to schedule and find out how many times it has already ticked by using the schedule object itself?
[self schedule:@selector(a:) interval:1.0];
Is there a way to have a reference to schedule and find out how many times it has already ticked by using the schedule object itself?
[self schedule:@selector(a:) interval:1.0];