one last thought, look into the different UIControlEvents available to you. TouchUpInside is only one of many events that exist for a UIButton. There is probably an event that fires as soon as the finger touches the button, and another that fires when the finger is lifted. define a "buttonTouched" and a "buttonReleased" method, assign them to the appropriate button events, and...see where i'm going with that?
sometimes i forget that i was once a n00b myself.
|