thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 642 forks source link

IDMPhotobrowser image flickers during opening when reducing the animation duration. #198

Closed ShaunakP closed 8 years ago

ShaunakP commented 8 years ago

Right now, the animation duration of 0.28 causes the image opening transition to flicker. If I reduce the duration further to 0.2 seconds, it flickers even more. Is this because it conflicts with the IDMPhotobrowser modal view opening animation? I tested it with changing time to 0.4 and then it does not flicker. But it happens if I keep it <=0.3s. Does anyone face this type of issue and have a way to solve this?

ShaunakP commented 8 years ago

I was presenting view controller using a custom cell instead of view controller. My mistake. Closing this out.