touchesBegan mono touch 중 touch 촉발 대상 판단 먼저 코드를 보십시오. public override void TouchesBegan (NSSet touches, UIEvent evt) { base.TouchesBegan (touches, evt); UITouch touch = touches.AnyObject as UITouch; ... touchesBegan touches Began:withEvent:해결 을 실행 하지 않 음 touches Began:with Event:/touches Moved:with Event:/touches Ended:with Event:등 은 UIView 에 만 잡 힐 수 있 습 니 다. UIScrollView 나 UIImageView 를 클릭 할 때 UIScrollView 나 UIImageView 가 touch 이 벤트 를 캡 처 하여 touch Began:withEvent:/touch... touchesBeganwithEvent
mono touch 중 touch 촉발 대상 판단 먼저 코드를 보십시오. public override void TouchesBegan (NSSet touches, UIEvent evt) { base.TouchesBegan (touches, evt); UITouch touch = touches.AnyObject as UITouch; ... touchesBegan touches Began:withEvent:해결 을 실행 하지 않 음 touches Began:with Event:/touches Moved:with Event:/touches Ended:with Event:등 은 UIView 에 만 잡 힐 수 있 습 니 다. UIScrollView 나 UIImageView 를 클릭 할 때 UIScrollView 나 UIImageView 가 touch 이 벤트 를 캡 처 하여 touch Began:withEvent:/touch... touchesBeganwithEvent