xcode loading view

Go To StackoverFlow.com

0

I would like to show a progress view while my app is downloading files when starts. Loading view should be active until download ends, then, main tab controller will be shown. Which is the best method to reach it? Thanks

2012-04-04 17:28
by Jaume
push a view when starting and dismiss when download ends, for example - Jaume 2012-04-04 17:30


2

I think, loading the "main tab controller" first and then adding a view on top which shows the Progress should do the work.

Maybe MBProgressHUD (GitHub) could be interesting for you.

It's nice if the user will see little more then only progress. So make the View in Front translucent.

2012-04-04 17:46
by PascalTurbo
working, many thanks for starting point - Jaume 2012-04-12 10:23
Ads