Open justme1 opened 10 years ago
+1. I'm using it in a tableview. The trigger is -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
and I'm using plain UIImageViews. When dismissing the image the lag appears. Without a fix this library is unusable with Collection/TableViews!
Is there a support for using UIImageView and not UIButton directly? I've tried it as it the most straightforward way, but there was a lag in the animation when dismissing the image from full screen.