BudgetApp icon indicating copy to clipboard operation
BudgetApp copied to clipboard

AddBudgetCategoryView Enhancement

Open webdesigner700 opened this issue 2 years ago • 0 comments

This Is an enhancement to the AddBudgetCategoryView file. In this file. I added a @State variable array called "addedBudgetCategories" that keeps track of and stores all the new budget categories that are added to the CoreData context. In the saveOrUpdate() function in this file, every single budget category that is new is appended to the "addedBudgetCategories" array while being being stored in the CoreData context. BudgetApp Enhancement 1 BudgetApp Enhancement 2

webdesigner700 avatar Dec 29 '23 03:12 webdesigner700