Hi,
I need to run a particular method every app loop. How can I add it to the loop?
I didn't find any signs of this loop in the app delegate file and anywhere else?
How can I do this?
Thanks.
Hi,
I need to run a particular method every app loop. How can I add it to the loop?
I didn't find any signs of this loop in the app delegate file and anywhere else?
How can I do this?
Thanks.
This doesn't seem practical. The iPhone's application run loop will be executed anytime that there is an event that the application needs to process.
Perhaps you would be better off installing a timer (NSTimer) that runs periodically?