|
NSString *totalFreeSize = [NSByteCountFormatter stringFromByteCount:[totalFreeSpace longLongValue] countStyle:NSByteCountFormatterCountStyleFile];
|
|
NSString *totalFreeSize = [NSByteCountFormatter stringFromByteCount:[totalFreeSpace longLongValue] countStyle:NSByteCountFormatterCountStyleFile];
|
|
APLog(@"Memory Capacity of %@ with %@ Free memory available.", totalSize, totalFreeSize);
|
|
APLog(@"Memory Capacity of %@ with %@ Free memory available.", totalSize, totalFreeSize);
|