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
I am missing the one of the extra functionality, which is more helpful for the developers. If you add the delete Notification (delegate). To delete item notification if you can implement this in function just before deleting the item from "initialImages" collection.
This is awesome library to show images.
I am missing the one of the extra functionality, which is more helpful for the developers. If you add the delete Notification (delegate). To delete item notification if you can implement this in function just before deleting the item from "initialImages" collection.
Method:
func headerView(_ headerView: HeaderView, didPressDeleteButton deleteButton: UIButton) {
Notification/Delegate:
pageDelegate?.lightboxController(self, willDeleteItem: initialImages[prevIndex], at: prevIndex)
The text was updated successfully, but these errors were encountered: