PhotoCellDelegate
protocol PhotoCellDelegate : AnyObject
Actions triggered by photo cell
-
Clear suspended state
Declaration
Swift
func prepared(forReuse cell: PhotoCell)Parameters
cellCell
-
Handle hide action
Declaration
Swift
func tapped(hide: Photo?)Parameters
hidePhoto to hide
-
Handle report action
Declaration
Swift
func tapped(report: Photo?)Parameters
reportPhoto to report
-
Handle block action
Declaration
Swift
func tapped(block: Photo?)Parameters
blockPhoto to block
-
Handle block action
Declaration
Swift
func tapped(edit: Photo?)Parameters
editPhoto to edit
-
Handle delete action
Declaration
Swift
func tapped(delete: Photo?)Parameters
deletePhoto to delete
View on GitHub
PhotoCellDelegate Protocol Reference