Charging a subview during the time my main subview is not loaded
Posted
by swissmade
on Stack Overflow
See other posts from Stack Overflow
or by swissmade
Published on 2010-03-28T13:11:50Z
Indexed on
2010/03/28
13:13 UTC
Read the original article
Hit count: 395
iphone
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
© Stack Overflow or respective owner