How do I add multiple progress bars programmatically with all showing uploading progress of file?
I am using
(void)connection:(NSURLConnection *)connection didSendBodyData:
(NSInteger)bytesWritten totalBytesWritten:(NSInteger)totalBytesWritten
totalBytesExpectedToWrite:(NSInteger)totalBytesExpectedToWrite
but I am not able to do that.