Create UIImagePickerController, set picker.delegate = self, conform to UIImagePickerControllerDelegate and UINavigationControllerDelegate, present the photo library using navigationController.present(picker, animated: true, completion: nil), and handle photo selection with imagePickerController(didFinishPickingMediaWithInfo:).