+[AFImageRequestOperation imageRequestOperationWithRequest: imageProcessingBlock: success: failure:]
In the case of a slow return image to the Internet (especially PNG), which did not load completely and the failure unit, is not called in this situation.
How can I check if the image loaded correctly or incorrectly?
Edit: It doesn't matter what type of request you have: image, xml, json or http, there is a chance that the file download will fail. And as the file gets larger and the Internet becomes slower, the likelihood increases.
source share