You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a way to prompt the user for delete confirmation before an image is deleted. I was thinking we could add a separate delegate method called shouldRemoveGalleryItem so we could make sure that the user wants to delete. I've created a PR here.
Another option is to make GalleryImageViewController.deleteItem a public method so we can supply our own delete button in the header or footer and call the deleteItem method ourselves. I didn't create a PR for this option but let me know what you think.
The text was updated successfully, but these errors were encountered:
It would be nice if there was a way to prompt the user for delete confirmation before an image is deleted. I was thinking we could add a separate delegate method called
shouldRemoveGalleryItem
so we could make sure that the user wants to delete. I've created a PR here.Another option is to make
GalleryImageViewController.deleteItem
a public method so we can supply our own delete button in the header or footer and call thedeleteItem
method ourselves. I didn't create a PR for this option but let me know what you think.The text was updated successfully, but these errors were encountered: