Hello,
Im trying to get the amont of data downloaded with this - (void)download:(NSURLDownload *)theDownload didReceiveDataOfLength:(NSUInteger)length
code from apples website but I need to convert the length to a string. How might I do this? Thanks in advance