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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -