Ok. I've been digging around trying to find a way to capture button up and down actions. I'm not even sure what the proper terminology in Xcode for this would be. It's pretty easy in MS Visual, but I can't seem to find how to do this with Xcode.
Essentially, I want to fire an action when the button is pressed down and held, and then another when the button is released.
I'm not really sure how to go about this. Any hints, or pointers in the right direction would be greatly appreciated!