How to Schedule Method call in Objective C
Posted
by user359277
on Stack Overflow
See other posts from Stack Overflow
or by user359277
Published on 2010-06-16T21:09:13Z
Indexed on
2010/06/16
21:12 UTC
Read the original article
Hit count: 445
Hi,
I am try to do multi-threading in Objective C. What I want to do now is that, for some instance of objects, I want to have to way to call some function 5 seconds later. How can I do that?
In Coco 2D, it's very easy to do it. They have something called scheduler. In Objective C, how to do it please?
Thanks
© Stack Overflow or respective owner