Only one iOS permission dialog when modifying multiple photos
问题 My app allows a user to multi select images from the camera roll and apply edits to these images. However, it prompts the user for permission for each image edit. Is it possible to only display one permission dialog when editing a user's images? If yes, how do I go about grouping my edits into one permission? Here is a screenshot from my app. I found another app on the app store that is able to mass delete photos with just one permission prompt. Here is a screenshot of that app. Does anyone