I am doing an assignment, In ViewController A, I have three cells, Calcium, Alkalinity, Magnesium. I need to update ViewController B based on the cell tapped in ViewController A. i.e if Alkalinity was tapped, the label on ViewController B should say "Alkalinity", if calcium is tapped, ViewController 2 should say calcium etc.
Should I create a segue for each cell? Or can I do this via code?
I tried using a segue but I feel as if it is to many segues... Im thinking to use cell tags?
no error yet