mutualmobile / VIPER-SWIFT

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

Swift 2 #11

Closed greg3z closed 8 years ago

greg3z commented 8 years ago

It's not a re-write in a pure Swift 2 style, but at least it compiles and runs.

sashakid commented 8 years ago

Hi, as I see, repo owner gave up this project and all pull requests are not committed into the master? I thought I could fix project by myself but there is a lot of code and a lot of errors to fix it to standards of swift 2 etc :-(

greg3z commented 8 years ago

You can try my fork : https://github.com/greg3z/VIPER-SWIFT

sashakid commented 8 years ago

@greg3z thanks!

JeffGilbert-MM commented 8 years ago

The project has been updated for Swift 2.2/Xcode 7.3 via https://github.com/mutualmobile/VIPER-SWIFT/pull/15.