in the line
[NSThread detachNewThreadSelector
selector(checkForUpdates
toTarget:self withObject:nil];
How to make a perticular function execute after the thread is finsihed...?
I am trying to implement threading for loading images. Once the mages are loaded I want to put those images in view. At the same time I would like to display "waiting Message" on the screen..!!!
Any inputs...???
[NSThread detachNewThreadSelector
How to make a perticular function execute after the thread is finsihed...?
I am trying to implement threading for loading images. Once the mages are loaded I want to put those images in view. At the same time I would like to display "waiting Message" on the screen..!!!
Any inputs...???