How do I get the coordinates for finger tapping in UIView? (I would prefer not to use a big array of buttons)
Thank you
I assume you mean recognizing gestures (and touches). The best place to start looking for such a broad question is Apple's sample code Touches. It walks through a good amount of information.