I want to call a method after particular time until my app opened in iphone? -


I want to call a method after every 2 minutes, how can I apply such a logic?

You can use ..

  [NSTimer scheduled timer Withtime Interface: 120.0 Target: Self Selector: @Silator (Your Function :) User Ink: Zero Repeats: Yes]; ......... .......... (void) Your Function: (nstimer * 

Comments