How to pass prepareForSegue: an object

I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to a tableview. I want to pass the tableview a different object (that holds data) depending on which callout button was clicked. For example: (totally made up) annotation1 (Austin) -> pass data obj 1 (relevant to … Read more