PhotoKit camera support?

Does PHPickerViewController have an option for allowing the user to take a new photo with a camera or do we still need to use UIImagePickerController for that?

Replies

PHPickerViewController only supports picking assets from Photos Library. You still need to use UIImagePickerController if you want to present the camera UI.