[Solved] How do I tell which button called another view in swift 4?
First of all instead of giving each button segue for same view, i recommend you to use only one segue. One approach is to simply use a indicator int or string depending upon your logic in items table view and assign it accordingly in prepare for segue method by getting destinationVC. And handle the indicator … Read more