I have a ViewControlScene (ViewController-A) in Storyboard which has a SegmentControl at top and "ListCount Label" at the bottom. There was a view in between area which was embedded to another ViewControlScene (ViewController-B) via segue in Storyboard. The ViewController-B has a tableview with custom cell. Now I need to get the data modified in the ViewController-B from it to ViewController-A to display it in the "ListCount Label".
Please refer the attached image for more details.
Thanks,