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!!