Kolos65 / InstagramTransition

Replicating Instagram's gesture-driven shared-element transition using UIKit.
20 stars 0 forks source link

fix: load image from cache sync #3

Closed Kolos65 closed 6 months ago

Kolos65 commented 6 months ago

My improvised image cache loaded images from cache asynchronously which enabled the transition to start before the destination image was loaded. (#2)

I suggest using an image cache like Nuke in production.