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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -