标签: ios uiimage
我知道如何获得单个UIImage的大小,我怎样才能获得iPhone相册的总大小?
答案 0 :(得分:0)
unsigned long long fileSize = [[[NSFileManager defaultManager] attributesOfItemAtPath:someFilePath error:nil] fileSize];