Questions tagged [phassetcollection]
31 questions
-2
votes
1 answer
How to get all photos properly in Swift3 iOS(Why I get duplicated photos)
I want to list all photos from "My Photo Stream", here is my code:
private func fetchAssetCollection(){
let result = PHAssetCollection.fetchAssetCollections(with: .album, subtype: .albumMyPhotoStream, options: nil)
result.enumerateObjects({…

DàChún
- 4,751
- 1
- 36
- 39