PHPickerViewController translucency

I'm embedding PHPickerViewController in my application with a little bit of other chrome around it to provider context about how to upload.

But the fact that the controller has a translucent background to the videos when scrolling, and the rest of my UI doesn't, looks bad. Is there a way to customize the controller to either:

  1. have the translucent background extend further than the extents of it, or
  2. remove the translucent background entirely?

Answered by DTS Engineer in 809090022

This forums post answers your question.

If you’d like Apple to consider adding more customization options for PHPickerViewController, please submit an enhancement request through Feedback Assistant (https://feedbackassistant.apple.com).

Hi @wolfson , unfortunately I don't think you should change this behaviour, because PHPickerViewController could not be subclasses, and even if you modify opacity could create problems, see doc for details.

https://developer.apple.com/documentation/photokit/phpickerviewcontroller

Bye Rob

This forums post answers your question.

If you’d like Apple to consider adding more customization options for PHPickerViewController, please submit an enhancement request through Feedback Assistant (https://feedbackassistant.apple.com).

PHPickerViewController translucency
 
 
Q