robertwitt / repEAT-ios

An iOS app to plan your weekly meal plan for families
MIT License
0 stars 0 forks source link

Error handling #39

Closed robertwitt closed 4 years ago

robertwitt commented 4 years ago

Add an extension to the UIAlertController that offers convenience functions to display an Error as alert. Use this extension on various places in the view controllers where errors can occur. Errors in the model (for example when saving a managed object context) must be delegated to the view controllers.