Christian Schnorr

Results 5 comments of Christian Schnorr

@pquillere You need to use both `lessThanOrEqualTo` and `greaterThanOrEqualTo` because the constraints put the anchors (the view's edges) into relation, and not the spacing therebetween. You can however stick to...

Hi @RomainQuidet! To answer your first question, I don't think what you are trying to achieve is possible out of the box. When you call `animateItemAndSectionChanges(oldData:newData:)`, you essentially transition between...

Hi @jcislinsky, I'm currently trying to find a solution to this problem since even `UITableViewDiffableDataSource` on iOS 13 behaves incorrectly. You mentioned applying the updates through two update blocks. While...

Hi @florianldt, it is difficult to tell what exactly is going on with just the code you posted here. Could you maybe provide a self-contained sample app showcasing the issue?...

Sounds like you're open to the suggestion though — I'll try implementing this and will submit a pull request in the near future.