是否可以列出所有相册并在 Objective-C 中获取其标识符

Is it possible to list all photo albums and get its Identifier in Objective-C

如标题所示,是否可以在Objective-C中列出所有相册并获取其标识符?

我需要检查相册是否存在并对应于特定标识符。

看看 PHCollectionList documentation。这将为您提供所有相册的列表。