Here's the issue: I have a view controller with a segmented control and want to send data from segment A to segment B using a button. At the same time, I need to make segment B active and call a method there. At segment A my data is on a tableView, I need to send only one value from one cell to the other segment.
I seem to be stuck in this for a while. Tried to send the data from the child to parent to child and tried child to child but always crash the app.