gpt4 book ai didi

iphone - 检索 ALAsset 的文件名

转载 作者:行者123 更新时间:2023-12-03 18:33:24 25 4
gpt4 key购买 nike

如何从 ALAsset 中提取文件名?

有没有办法通过 url 或其他方式获取它?

最佳答案

从 iOS 5.0 开始,您可以从 ALAssetRepresentation 类获取文件。

ALAssetRepresentation *rep = [anAssetItem defaultRepresentation];
NSString *fileName = [rep filename];

关于iphone - 检索 ALAsset 的文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5048640/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com