I have a programmatically created UIButton with a UIScrollView. When this button is pressed, it triggers an action, but besides just triggering the action, I want the button to send a (int) variable to the method as well.I have a programmatically created UIButton with