Delete coreData object from another view
I want to delete a coreData object from another view with an if-condition.
So in viewControllerA there's the entity Buy used with the attribute
cellName. And viewControllerB contains a tableView and the coreData entity
List. When the user deletes a cell in viewControllerB the object of
viewControllerA which has cellName (viewControllerA) = name of the deleted
cell (viewControllerB) should also be deleted. Maybe someone could help
me...thanks in advance.
No comments:
Post a Comment