mutualmobile / VIPER-SWIFT

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

Update to Swift 3.0 #17

Closed PtitChevreuil closed 7 years ago

PtitChevreuil commented 7 years ago

I'm currently starting a project with the VIPER design pattern. I found this ToDoList example really useful. For this reason I updated it to Swift 3.0.

All tests of the NSCalendar extension are still passing

JeffGilbert-MM commented 7 years ago

Thank you for taking the time to do the migration.

ronlisle commented 7 years ago

I found 1 line that hadn't been updated, and was commented out, and have added a comment for it. (NSCalendar+CalendarAdditions.swift Line 50) Other than that, it builds, tests, and runs ok. Thanks for doing that for us!

tariq235 commented 7 years ago

@JeffGilbert-MM Can we merge this branch if we are done with swift 3 changes ?

JeffGilbert-MM commented 7 years ago

It has been merged.