I am VERY new to Swift and trying to learn as I write my first simple app. I have a storyboard with a custom picker on the main ViewController and I need to populate table cells in a second TableViewController with picker selections from the first. Basically, the user will make a selection from a picker in the the first view, then click an "Add" button which will take their selection and add it to the table in the second view. They can then follow the same process for additional selections. I could use a list or something else for this too so I'm not married to using a table.
Can anyone lead me to the right direction on how to do this? Please keep in mind that I am new and trying to learn here. I can't seem to find anything so far that will help me. Thanks!