marmelroy / PeekPop

Peek and Pop with backwards-compatibility
MIT License
1.95k stars 123 forks source link

Using Kingfisher and peek doesn't load image #20

Closed davidlondono closed 2 years ago

davidlondono commented 8 years ago

Im using Kingfisher to download the images, and Im trying to show the a picture on peek mode, but it seams the view controller is going to be shown a screenshot is loaded or something, because the code gets to where it downloads, the callback is called when completed, but the actual Image is not shown

benaneesh commented 8 years ago

This works on an actual device with 3D Touch, but not on one without it.

nik-418 commented 8 years ago

I was testing something similar yesterday. Here's what I've noticed:

So it seems something's fundamentally flawed in the graphics implementation of this framework.

@marmelroy