bugaco
bugaco
Hi, I just create some Annotation on the map, and set the mapView's delegate to the Controller, but can't receive `didSelect` method calls. This issue looks maybe simple, but I...
### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...
I generate a unique random key before every unique request, then I use this key to encrypt the request parameters. and I create a decrypt plugin to handle the decryption.in...
add a flag to prevent repetitive session request
Reproduction Steps: 1.Wait for the nth image to finish loading; 2.Quickly swipe to the adjacent image, the (n+1)th (or n-1th); 3.The (n+1)th(or n-1th) image will trigger a repeated network download.