robertwitt / repEAT-ios

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

Abstract ObjectViewController #34

Closed robertwitt closed 3 years ago

robertwitt commented 3 years ago

Create an abstract ObjectViewController that manages a single NSManagedObject entity. Pull common functionality (cancel button, edit handling, delegates) from the single view controllers into this abstract one.