Quote:
Originally Posted by ovidiu
Ok, but how can I know exactly when the unarchiving is done? The only thing I have in mind is to use an NSTimer and check periodically if it finished.. then stop the activity indicator..
|
Start the activity indicator, fire the thread, in the thread that does the unarchiving, when it finishes, do a performSelectorOnMainThread to remove the activity indicator.
Mac Dev Center: NSObject Class Reference