cardoso / ReduxMovieDB

🎥 See the upcoming movies! ReSwift + RxSwift 💖 Hacktoberfest 🎃

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REFACTOR] Replace DifferenceKit with Swift 5.1 collection.difference(from:)

cardoso opened this issue · comments

Hi! May I start implementing this?

@lareenmelo of course! Thanks!

I don't think this is possible since difference(from:) is available from iOS 13. The refactor also requires the implementation of tableView reload and do an animation similar to the current reload animation provided by differenceKit.

@akarsh thanks for the note. No problem with iOS 13. The deployment target can be raised.