Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acotilla91/7bbf614669fb1f1dd851c4dd82668056 to your computer and use it in GitHub Desktop.
Save acotilla91/7bbf614669fb1f1dd851c4dd82668056 to your computer and use it in GitHub Desktop.
lazy var allPhotosFaceIds: [String] = {
var allFaceIds: [String] = []
for photo in photos {
allFaceIds.append(contentsOf: photo.faceIds)
}
return allFaceIds
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment