iOS Developer Note
Translate
2015年6月11日 星期四
NSLog NSData Length to bytes
NSLog(@"File size is : %.2f MB",(CGFloat)myData.length/1024.0f/1024.0f);
Or for OS X 10.8+ and iOS 6+
NSLog(@"%@",[NSByteCountFormatter stringFromByteCount:myData.length countStyle:NSByteCountFormatterCountStyleFile]);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言