didReceiveDataOfLength: Problems in cocoa

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-05-28T21:35:15Z Indexed on 2010/05/28 21:52 UTC
Read the original article Hit count: 216

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nsurl