AsyncImageView
AsyncImageView copied to clipboard
Random crashes on _connections array access
When loading multiple images the following crash randomly occurs (I'm still unable to reproduce it):
"index N beyond bounds [0 .. N-1]"
Example:
*** -[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 1]
This is raised by the "imageLoaded:" and "imageFailed:" methods somewhere in the nested reverse loops.
I'll let you know if I get over that.
Hi, I am also suffering from the same error
Sorry, I missed this the first time round. I'll investigate.