【发布时间】:2018-09-26 18:29:34
【问题描述】:
我需要从本机 photos.app 中获取“人物相册”。有没有办法获取该结果?我尝试了多种方法来获取“人物相册”,但都没有成功。
我使用以下方法获取专辑,但我刚刚获得了名为“People”的顶级 CollectionList,但无法获取“People”CollectionList 中的集合。
let peopleFolder = PHCollectionList.fetchCollectionLists(
with: .smartFolder,
subtype: .smartFolderFaces,
options: nil).firstObject!
【问题讨论】: