UIButton multitouch
Hi,
I am making an app where the user has to tap a button as many times as possible. I am currently using a UIButton with a custom image and I am calling an IBAction onTouchUpInside. But what I need to do is enable multitouch because people want to use many fingers at a time. How do I implement this, do I use a UIButton with touchesBegan or do I use a UIImage.
Alex
|