Is it possible to customize the iOS permission dialog for Photo Library access?

version: iOS 17+

When requesting Photo Library access on iOS, the system displays a standard permission dialog. I just wanna save a image to user's photo library.

Is it possible to replace or customize this system permission popup with a fully custom-designed UI?

If customization is not allowed, is the recommended approach to first present a custom explanatory popup or screen and then trigger the system permission dialog?

I just wanna save a image to user's photo library.

So, to be clear, you’re requesting the addOnly access level?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is it possible to customize the iOS permission dialog for Photo Library access?
 
 
Q