I am using the following to download the files from the internet:
NSData *myXMLData1 = [[NSData alloc] initWithContentsOfURL:[NSURL URLWithString:@"Link]];
Now, I would like to put a progress bar while the download is going on. I checked various posts but i am not able to find out how to do it exactly.
Please help me!!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…