mutualmobile / VIPER-SWIFT

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

Fix CoreData, Further Improve Readability #20

Closed zntfdr closed 4 years ago

zntfdr commented 6 years ago

Hi all again! With this PR I'm fixing the app CoreData save function, as it was failing because of a configuration issue: apparently this function wasn't working properly since iOS 9!

I've also renamed the Categories folder to Extensions as this is a Swift project and not an Objective-C one.

The other changes are pure aesthetical, for better readability.

Happy holidays! 🎄 Federico