Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ALAssetsGroups就我而言,iOS中至少有两种可用的类型 -Type:Album和Type:Event.
ALAssetsGroups
Type:Album
Type:Event
我可以使用第三方库将照片保存到相册,只需知道他们的名字,但是有没有办法以编程方式将照片保存到事件和/或以编程方式创建事件?
事实证明,每个ALAssetsGroup人都有一个属性.isEditable,它定义了向其中添加任何东西的概率。在iOS 7和更早的版本中,带有Type:Event和的组Type:Faces是不可编辑的。
ALAssetsGroup
.isEditable
iOS 7
Type:Faces