I\'ve got a while loop, that runs for many seconds and that\'s why I want to update a progress bar (NSProgressIndicator) during that process, but it updates onl
while
You can try this code ..
[progressbar setUsesThreadedAnimation:YES];