I bring the topic alive again, I am interested if any improvements showed up meanwhile for this tool.
The situation is that I have to unarchive a large .zip file (20 MB), and it takes about 10 seconds on the device because it is a syncronous operation and it blocks the interface.. So what I want to do is to show up an UIActivityIndicatorView while the app is performing the unarchiving operation.
Any ideas for achieving that?
Thanks.
|