I have the strangest bug where cells in a UICollectionView
have started behaving erratically. I tap a cell and it is selected (with a custom animation that brings it into a full screen state) but then when I try to tap a button contained in that subview it does not respond. However, as soon as I scroll the view, it registers the missing taps.
The effect is deferring events including both collectionView:didSelectItemAtIndexPath:indexPath
and button actions wired up in Interface Builder.
I'm not sure what questions I should be asking here - any advice?