How can I go about making a view transition from when a map annotation rightCalloutVccessoryView is pressed?
Right now, that button triggers a segue for me (I added a target to the button), but I need that segue to happen with some special properties that the annotation carries.
I tried subclassing the button to hold the properties that I need, but that didnt work 100% right. Also, Ive tried using this category, https://github.com/woxtu/UIButton-WithObject, but it has a bug. I've tried associated objects, as per this solution, Subclass UIButton to add a property, but it works the same as the subclass does.