Hi,
I have a tableview with recipe. The user can add and remove recipe. When a recipe is clicked, another tableview is pushed, and display the ingredients. Same here, the user can add and remove ingredients.
There is a oneToMany relationship between recipe and ingredients.
Here is my challenge:
I want to display the number of ingredient in the recipe tableview row. I know how to set it all up in interface builder with the rows, but I dont know how to get the count of ingredient for a single recipe.
Is this even possible to do?
Thanks in advance!