futurice / ios-good-practices

Good ideas for iOS development, by Futurice developers.
http://www.futurice.com
Other
10.89k stars 1.24k forks source link

Remove DateTools #68

Closed richardtop closed 3 years ago

richardtop commented 6 years ago

DateTools seems to be an unmaintained library right now.

Apart from using deprecated methods, it doesn't compile with Swift 4.1. There are plenty of well-maintained alternatives, e.g. SwiftDate.

irrelevantat commented 6 years ago

Good point. I would agree to remove and possibly propose a different solution.