Quote:
Originally Posted by Mjsdabeast
Anyone know??
|
Well, I did some looking. Now, I'm a beginner and I'm not on my mac so here goes
Get the UITouch object
//Get the UI Touch object
UITouch *touch = [[event allTouches] anyObject];
The UITouch object has a property called view. According to Apple, view = The view in which the touch initially occurred. (read-only)
That may be able to help you out.
Apple api for UITouch -
UITouch Class Reference