ra1028 / DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.
https://ra1028.github.io/DifferenceKit
Apache License 2.0
3.56k stars 241 forks source link

Does it work seamlessly when using an UICollectionView with SwiftUI cells? #149

Closed filipealva closed 2 years ago

filipealva commented 2 years ago

Checklist

Hello,

I'm considering adopting DifferenceKit on a new project. One of the requirements is to use UICollectionViews with SwiftUI cells.

Does it work in this context?

Thank you

ra1028 commented 2 years ago

I've never tried so far but it should work as the cell content is not a matter for DifferenceKit.

filipealva commented 2 years ago

That makes sense. Thanks for answering.