I have a touchesBegan method set up to pick up the coordinates when the user touches the screen. It works great except when I touch down on a UIButton. How do I make it so
Try overriding UIButton class and in the touchesBegan method call [super touchesBegan..].