Skip to content

Instantly share code, notes, and snippets.

@rogerluan
Created June 29, 2020 10:11
Show Gist options
  • Save rogerluan/9443bb83d744c97f24c7a1930528c0be to your computer and use it in GitHub Desktop.
Save rogerluan/9443bb83d744c97f24c7a1930528c0be to your computer and use it in GitHub Desktop.
PHPickerViewController configuration
var configuration = PHPickerConfiguration()
configuration.filter = .images
configuration.selectionLimit = 0
let picker = PHPickerViewController(configuration: configuration)
picker.delegate = self
present(picker, animated: true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment