I have an UIImageView in a UITableviewCell. When it is tapped, the UIImageView should animated to be displayed fullscreen. When the image is tapped when it is fullscreen it
One possible implementation would be to use a modal view controller with UIModalPresentationFullScreen presentation style.