2016-12-11

I'm a highschool student and I'm very new to using XCode. I use swift for my class.

I'm designing an app that will take data from the push of one of many buttons on one view controller to determine which image should show up in a particular cell in my table view and will also take data from a text field (after a button press) from a different view controller to show up in that same cell. Each cell's data will be determined by the button and text field. How can I code it so that the button press on one view controller and the text field text on another view controller can create a custom table view cell?

View Controller 1 with lots of buttons to choose a photo

View Controller 2 with a button to submit a comment

Show more