Nuno de Carvalho
Nuno de Carvalho
I'm experiencing a similar problem. Any time the collection view is scrolled, the following crash occurs: **\* Assertion failure in -[UICollectionView _endItemAnimationsWithInvalidationContext:tentativelyForReordering:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3505.4/UICollectionView.m:4211 **\* Terminating app due to uncaught exception...
@peymankh I did not try the example project until now, and it seems to be fine as well. However, in my app, in a very similar way, crashes in iOS9...
and btw, My crash is different from the one reported by @macsrok because I check if previousIndexPath is nil before doing [strongSelf.collectionView deleteItemsAtIndexPaths:@[ previousIndexPath ]];
Further information about this problem: I debugged deeper and the problem relies on - (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer. On iOS8, it is called when the pan gesture (responsible for the scroll) is...
Finally found out the issue, and perhaps that's what's happening to @macsrok as well. What I was doing previously was creating a LXReorderableCollectionViewFlowLayout in viewDidLoad and then assigning it to...
Fantastic @MatyasKriz - here it is https://github.com/Brightify/Cuckoo/pull/588. Thanks
In order to ensure successful compilation of `CuckooGenerator` on the iOS platform, we are currently blocked by https://github.com/tuist/XcodeProj/pull/1016. Once this gets merged, we will be able to finalise compilation of...
Hi @MatyasKriz Thanks for your response and sharing your views. The compilation for iOS is simply a side effect of running the build tool plugging when targeting that platform. As...
@dosu that is correct and https://github.com/tuist/XcodeProj/pull/1016 proposes a similar solution
@fortmarek @cschmatzler @asmitbm could you please take a look at this and let me know your thoughts? Thanks a lot