I'm trying to present a popover when a user performs a long press on a button. I know about the gesture recognizers, but is there a way to make them only detect gestures on top of a button? I have many buttons so I don't want to have to loop though each one with the recognizer.
EDIT: See below for new issue
EDIT: See below for new issue