I studied something about run loop. That It is event processing loop. The RunLoop is what keeps your app running until it should quit. It handles events, etc. And also it makes our thread busy when it has work otherwise make it sleep.
But I can't understand that where should I use NSRunloop
in real time in my app? Can any one give good idea?