Charging a subview during the time my main subview is not loaded
- by swissmade
Hi,
I a loading a tableview wich takes data from the web (with a XML parser). But using the 3G it takes some times until I get all off my datas. So I would like to load a subview (with only a label "loading... " on it) during the time my data is not loaded.
How can I do this?
Thanks