iPhone dev. 썸네일형 리스트형 MKMapView에서 터치 인식하기 (stackoverflow Q&A) How to intercept touches events on a MKMapView or UIWebView objects? up vote19down votefavorite 29 Hello, I'm not sure what i'm doing wrong but I try to catch touches on a MKMapView object. I subclassed it by creating the following class : #import #import @interface MapViewWithTouches : MKMapView { } - (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *) event; @end And the implementation .. 더보기 이전 1 2 3 4 다음