cardoso / ReduxMovieDB

🎥 See the upcoming movies! ReSwift + RxSwift 💖 Hacktoberfest 🎃
MIT License
203 stars 35 forks source link

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

Open cardoso opened 5 years ago

lareenmelo commented 4 years ago

Hi! May I start implementing this?

cardoso commented 4 years ago

@lareenmelo of course! Thanks!

akarsh commented 4 years ago

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.

cardoso commented 4 years ago

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