gonzalezreal / Vertigo

Simple full screen image viewer with image zoom custom view controller transition
Other
355 stars 52 forks source link

when used with UIImageVIew instead of UIButton weird animation at end #7

Open justme1 opened 10 years ago

justme1 commented 10 years ago

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.

cakl commented 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!