mutualmobile / VIPER-SWIFT

An example Todo list app written in Swift using the VIPER architecture.
MIT License
502 stars 185 forks source link

Converted syntax to Swift 2 #13

Closed codytwinton closed 8 years ago

codytwinton commented 8 years ago

This is a great explanation repo. Just needed a bit of updating!

BTW, I believe 2 tests are failing because of the deprecation of NSCalendarUnit.YearCalendarUnit, which I replaced with NSCalendarUnit.WeekOfYear. Also, replaced .week() with .weekOfYear for date components.

Please review! Thanks

JeffGilbert-MM commented 8 years ago

This has been addressed in https://github.com/mutualmobile/VIPER-SWIFT/pull/15