I use an UICollectionView to display a lot of images with a batch of 32. Every time the i reach the end of the collection view i load an other batch of 32 images and resize the collectionView contentsize.width to accepte the new items. The loading is made by calling a webservice with AFNetworking.
When i scroll very fast from the start to the end and to the end to the start i receive a EXC_BAD_ACCESS. It also happend when a reach the end of the CollectionView. It's like it tries to load some attributes that are not already available. I tried to figure it out since 1 day without any success. I tried with instrument / NSZombie enabled/ guardmalloc ...
EDIT
There is also a very strange think: This bad access only appeared when i replaced PSTCollectionView with the real UICollectionView. So to be sure i just made de inverse move and replace UICollectionView with PSTCollectionView and the badaccess disappeared. I'm totaly lost :)
END EDIT
I'm using both arc and non arc files in the project.
The only think i'm able to spot is this stack trace :
Your help will be more than Welcome.
Blockquote